次の方法で共有


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

このモデルのプロパティを設定するために使用される値を含むオブジェクト。

適用対象