Binding.SendTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the interval of time provided for a write operation to complete before the transport raises an exception.
public:
property TimeSpan SendTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan SendTimeout { get; set; }
member this.SendTimeout : TimeSpan with get, set
Public Property SendTimeout As TimeSpan
Property Value
The TimeSpan that specifies how long the write operation has to complete before timing out. The default value is 1 minute.
Exceptions
The value is less than zero or too large.
Remarks
If transaction flow is enabled on the binding or the channel, the operation may take longer to execute than the specified timeout. In these circumstances the operation fails due to the expired timeout and the transaction aborts appropriately.