ClientBase<TChannel>.ChannelBase<T>.IContextChannel.OperationTimeout プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作を完了する必要がある期間、または例外がスローされる期間を取得または設定します。
property TimeSpan System::ServiceModel::IContextChannel::OperationTimeout { TimeSpan get(); void set(TimeSpan value); };
TimeSpan System.ServiceModel.IContextChannel.OperationTimeout { get; set; }
member this.System.ServiceModel.IContextChannel.OperationTimeout : TimeSpan with get, set
Property OperationTimeout As TimeSpan Implements IContextChannel.OperationTimeout
プロパティ値
操作を完了する必要がある期間を指定する期間。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 ClientBase<TChannel>.ChannelBase<T> インスタンスがIContextChannel インターフェイスにキャストされている場合にのみ使用できます。