ClientBase<TChannel>.ChannelBase<T>.IContextChannel.OperationTimeout プロパティ

定義

その時間内に操作を完了するか例外をスローする時間を取得または設定します。

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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象