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

適用対象