Udostępnij za pośrednictwem


ServiceHealthModel.ServiceThrottleModel Konstruktory

Definicja

Przeciążenia

ServiceHealthModel.ServiceThrottleModel()

Inicjuje wystąpienie klasy ServiceHealthModel.ServiceThrottleModel.

ServiceHealthModel.ServiceThrottleModel(ServiceThrottle)

Inicjuje ServiceHealthModel.ServiceThrottleModel wystąpienie klasy z określonym ograniczeniem usługi.

ServiceHealthModel.ServiceThrottleModel()

Inicjuje wystąpienie klasy ServiceHealthModel.ServiceThrottleModel.

public:
 ServiceThrottleModel();
public ServiceThrottleModel ();
Public Sub New ()

Dotyczy

ServiceHealthModel.ServiceThrottleModel(ServiceThrottle)

Inicjuje ServiceHealthModel.ServiceThrottleModel wystąpienie klasy z określonym ograniczeniem usługi.

public:
 ServiceThrottleModel(System::ServiceModel::Dispatcher::ServiceThrottle ^ serviceThrottle);
public ServiceThrottleModel (System.ServiceModel.Dispatcher.ServiceThrottle serviceThrottle);
new System.ServiceModel.Description.ServiceHealthModel.ServiceThrottleModel : System.ServiceModel.Dispatcher.ServiceThrottle -> System.ServiceModel.Description.ServiceHealthModel.ServiceThrottleModel
Public Sub New (serviceThrottle As ServiceThrottle)

Parametry

serviceThrottle
ServiceThrottle

Obiekt zawierający wartości, które są używane do wypełniania właściwości tego modelu.

Dotyczy