ServiceHealthModel.CommunicationTimeoutsModel.SendTimeout 属性

定义

获取 Send 方法(由通信对象调用)在超时之前的时间间隔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

属性值

TimeSpan

时间间隔,在此时间段之后通信对象调用的 Send 方法将超时。The time interval after which the Send method invoked by a communication object times out.

属性

适用于