다음을 통해 공유


ServiceHealthModel.ServiceThrottleModel 생성자

정의

오버로드

ServiceHealthModel.ServiceThrottleModel()

ServiceHealthModel.ServiceThrottleModel 클래스의 인스턴스를 초기화합니다.

ServiceHealthModel.ServiceThrottleModel(ServiceThrottle)

지정된 서비스 제한을 사용하여 ServiceHealthModel.ServiceThrottleModel 클래스의 인스턴스를 초기화합니다.

ServiceHealthModel.ServiceThrottleModel()

ServiceHealthModel.ServiceThrottleModel 클래스의 인스턴스를 초기화합니다.

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

적용 대상

ServiceHealthModel.ServiceThrottleModel(ServiceThrottle)

지정된 서비스 제한을 사용하여 ServiceHealthModel.ServiceThrottleModel 클래스의 인스턴스를 초기화합니다.

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)

매개 변수

serviceThrottle
ServiceThrottle

이 모델의 속성을 채우는 데 사용된 값을 포함하는 개체입니다.

적용 대상