ServiceHealthModel.CommunicationTimeoutsModel.SendTimeout 属性

定义

获取 Send 方法(由通信对象调用)在超时之前的时间间隔。

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

属性值

通信对象调用的方法超时的 Send 时间间隔。

属性

适用于