ServiceHealthModel.ServiceThrottleModel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.