ServiceHealthModel.ServicePropertiesModel.ServiceThrottle Eigenschaft

Definition

Ruft Informationen zur Dienstdrosselung eines WCF-Diensts ab.

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

Eigenschaftswert

Ein -Objekt, das Informationen zur Dienstdrosselung des Diensts enthält.

Attribute

Hinweise

Weitere Informationen finden Sie unter System.ServiceModel.Dispatcher.ServiceThrottle.

Gilt für: