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 接口时使用。

适用于