ServiceHealthModel.ServiceThrottleModel Constructors

Definition

Overloads

ServiceHealthModel.ServiceThrottleModel()

Initializes an instance of the ServiceHealthModel.ServiceThrottleModel class.

ServiceHealthModel.ServiceThrottleModel(ServiceThrottle)

Initializes an instance of the ServiceHealthModel.ServiceThrottleModel class with the specified service throttle.

ServiceHealthModel.ServiceThrottleModel()

Initializes an instance of the ServiceHealthModel.ServiceThrottleModel class.

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

Applies to

ServiceHealthModel.ServiceThrottleModel(ServiceThrottle)

Initializes an instance of the ServiceHealthModel.ServiceThrottleModel class with the specified service throttle.

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)

Parameters

serviceThrottle
ServiceThrottle

An object that contains the values that are used to populate the properties of this model.

Applies to