ClientBase<TChannel>.ChannelBase<T>.OperationTimeout Property

Definition

Gets or sets the time period within which an operation must complete or an exception is thrown.

public:
 property TimeSpan OperationTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan OperationTimeout { get; set; }
member this.OperationTimeout : TimeSpan with get, set
Public Property OperationTimeout As TimeSpan

Property Value

TimeSpan

The TimeSpan that specifies the time period within which an operation must complete.

Implements

Applies to