Share via


ServiceChannelProxy.ICommunicationObject.Close 方法

定義

多載

ICommunicationObject.Close()
ICommunicationObject.Close(TimeSpan)

ICommunicationObject.Close()

來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
 virtual void System.ServiceModel.ICommunicationObject.Close() = System::ServiceModel::ICommunicationObject::Close;
void ICommunicationObject.Close ();
abstract member System.ServiceModel.ICommunicationObject.Close : unit -> unit
override this.System.ServiceModel.ICommunicationObject.Close : unit -> unit
Sub Close () Implements ICommunicationObject.Close

實作

適用於

ICommunicationObject.Close(TimeSpan)

來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
來源:
ServiceChannelProxy.cs
 virtual void System.ServiceModel.ICommunicationObject.Close(TimeSpan timeout) = System::ServiceModel::ICommunicationObject::Close;
void ICommunicationObject.Close (TimeSpan timeout);
abstract member System.ServiceModel.ICommunicationObject.Close : TimeSpan -> unit
override this.System.ServiceModel.ICommunicationObject.Close : TimeSpan -> unit
Sub Close (timeout As TimeSpan) Implements ICommunicationObject.Close

參數

timeout
TimeSpan

實作

適用於