ServiceHealthModel.ServiceThrottleModel.HasThrottle 属性
定义
获取一个值,该值指示有关 WCF 服务的服务限制信息是否可用于此服务限制模型。Gets a value that indicates whether service throttle information about the WCF service is available to this service throttle model.
public:
property bool HasThrottle { bool get(); };
[System.Runtime.Serialization.DataMember]
public bool HasThrottle { get; }
[<System.Runtime.Serialization.DataMember>]
member this.HasThrottle : bool
Public ReadOnly Property HasThrottle As Boolean
属性值
true 如果服务限制信息可用,则为;否则为 false 。true if service throttle information is available; otherwise, false.
- 属性