ServiceHealthModel.CommunicationTimeoutsModel.SendTimeout Property

Definition

Gets the time interval after which the Send method invoked by a communication object times out.

public:
 property TimeSpan SendTimeout { TimeSpan get(); };
[System.Runtime.Serialization.DataMember]
public TimeSpan SendTimeout { get; }
[<System.Runtime.Serialization.DataMember>]
member this.SendTimeout : TimeSpan
Public ReadOnly Property SendTimeout As TimeSpan

Property Value

The time interval after which the Send method invoked by a communication object times out.

Attributes

Applies to