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