次の方法で共有


WSTrustChannel.ICommunicationObject.Close メソッド

定義

オーバーロード

ICommunicationObject.Close(TimeSpan)
ICommunicationObject.Close()

ICommunicationObject.Close(TimeSpan)

ソース:
WSTrustChannel.cs
ソース:
WSTrustChannel.cs
ソース:
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()

ソース:
WSTrustChannel.cs
ソース:
WSTrustChannel.cs
ソース:
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

実装

適用対象