IBindingConfigurationElement.ReceiveTimeout Property

Definition

Gets the interval of time provided for a receive operation to complete.

public:
 property TimeSpan ReceiveTimeout { TimeSpan get(); };
public TimeSpan ReceiveTimeout { get; }
member this.ReceiveTimeout : TimeSpan
Public ReadOnly Property ReceiveTimeout As TimeSpan

Property Value

The TimeSpan that specifies how long the receive operation has to complete before timing out.

Applies to