共用方式為


ServiceHealthModel.ServicePropertiesModel.ServiceThrottle 屬性

定義

取得 WCF 服務的服務節流相關資訊。

public:
 property System::ServiceModel::Description::ServiceHealthModel::ServiceThrottleModel ^ ServiceThrottle { System::ServiceModel::Description::ServiceHealthModel::ServiceThrottleModel ^ get(); };
[System.Runtime.Serialization.DataMember]
public System.ServiceModel.Description.ServiceHealthModel.ServiceThrottleModel ServiceThrottle { get; }
[<System.Runtime.Serialization.DataMember>]
member this.ServiceThrottle : System.ServiceModel.Description.ServiceHealthModel.ServiceThrottleModel
Public ReadOnly Property ServiceThrottle As ServiceHealthModel.ServiceThrottleModel

屬性值

物件,包含服務之服務節流的相關資訊。

屬性

備註

如需詳細資訊,請參閱System.ServiceModel.Dispatcher.ServiceThrottle

適用於