WSTrustChannel.ICommunicationObject.Close 方法

定义

重载

ICommunicationObject.Close(TimeSpan)
ICommunicationObject.Close()

ICommunicationObject.Close(TimeSpan)

Source:
WSTrustChannel.cs
Source:
WSTrustChannel.cs
Source:
WSTrustChannel.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

实现

适用于

ICommunicationObject.Close()

Source:
WSTrustChannel.cs
Source:
WSTrustChannel.cs
Source:
WSTrustChannel.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

实现

适用于