ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.Open メソッド

定義

通信オブジェクトを、Created 状態から Opened 状態に遷移させます。

オーバーロード

ICommunicationObject.Open(TimeSpan)

指定した時間内で、通信オブジェクトを Created 状態から Opened 状態に遷移させます。

ICommunicationObject.Open()

通信オブジェクトを、Created 状態から Opened 状態に遷移させます。

ICommunicationObject.Open(TimeSpan)

ソース:
ClientBase.cs
ソース:
ClientBase.cs
ソース:
ClientBase.cs

指定した時間内で、通信オブジェクトを Created 状態から Opened 状態に遷移させます。

 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

送信操作を完了する必要がある、タイムアウトまでの制限時間を指定する時間間隔。

実装

適用対象

ICommunicationObject.Open()

ソース:
ClientBase.cs
ソース:
ClientBase.cs
ソース:
ClientBase.cs

通信オブジェクトを、Created 状態から Opened 状態に遷移させます。

 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

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ClientBase<TChannel>.ChannelBase<T> のインスタンスが ICommunicationObject インターフェイスにキャストされる場合のみ、使用できます。

適用対象