次の方法で共有


WSTrustChannel.ICommunicationObject.Open メソッド

定義

オーバーロード

ICommunicationObject.Open()
ICommunicationObject.Open(TimeSpan)

ICommunicationObject.Open()

ソース:
WSTrustChannel.cs
ソース:
WSTrustChannel.cs
ソース:
WSTrustChannel.cs
 virtual void System.ServiceModel.ICommunicationObject.Open() = System::ServiceModel::ICommunicationObject::Open;
void ICommunicationObject.Open ();
abstract member System.ServiceModel.ICommunicationObject.Open : unit -> unit
override this.System.ServiceModel.ICommunicationObject.Open : unit -> unit
Sub Open () Implements ICommunicationObject.Open

実装

適用対象

ICommunicationObject.Open(TimeSpan)

ソース:
WSTrustChannel.cs
ソース:
WSTrustChannel.cs
ソース:
WSTrustChannel.cs
 virtual void System.ServiceModel.ICommunicationObject.Open(TimeSpan timeout) = System::ServiceModel::ICommunicationObject::Open;
void ICommunicationObject.Open (TimeSpan timeout);
abstract member System.ServiceModel.ICommunicationObject.Open : TimeSpan -> unit
override this.System.ServiceModel.ICommunicationObject.Open : TimeSpan -> unit
Sub Open (timeout As TimeSpan) Implements ICommunicationObject.Open

パラメーター

timeout
TimeSpan

実装

適用対象