ClientBase<TChannel>.ICommunicationObject.Open メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ICommunicationObject.Open() |
通信オブジェクトを、Created 状態から Opened 状態に遷移させます。 |
ICommunicationObject.Open(TimeSpan) |
指定した時間内に、ClientBase<TChannel> オブジェクトを、Created 状態から Opened 状態に遷移させます。 |
ICommunicationObject.Open()
通信オブジェクトを、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> のインスタンスが ICommunicationObject インターフェイスにキャストされる場合のみ、使用できます。
適用対象
ICommunicationObject.Open(TimeSpan)
指定した時間内に、ClientBase<TChannel> オブジェクトを、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
その時間内に呼び出しを完了する必要がある時間。
実装
注釈
詳細については、「System.ServiceModel.Channels.CommunicationObject」を参照してください。