ChannelDispatcher::TransactionTimeout Property
.NET Framework (current version)
Gets or sets a value that specifies the default timeout for new transactions created by the dispatcher on behalf of the service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value set is less than zero or is too large. |
| InvalidOperationException | |
| ObjectDisposedException | |
| CommunicationObjectFaultedException | The communication object is in a Faulted state. |
This property can only be set when the instance of the ChannelDispatcher is in the Created state, as this is the only state that is both mutable and not disposed.
.NET Framework
Available since 3.0
Available since 3.0
Show: