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を参照してください。

適用対象