Editar

Share via


ServiceHealthModel.ServicePropertiesModel Constructors

Definition

Overloads

ServiceHealthModel.ServicePropertiesModel()

Initializes an instance of the ServiceHealthModel.ServicePropertiesModel class.

ServiceHealthModel.ServicePropertiesModel(ServiceHostBase)

Initializes an instance of the ServiceHealthModel.ServicePropertiesModel class that provides property information for the specified WCF service.

ServiceHealthModel.ServicePropertiesModel()

Initializes an instance of the ServiceHealthModel.ServicePropertiesModel class.

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

Applies to

ServiceHealthModel.ServicePropertiesModel(ServiceHostBase)

Initializes an instance of the ServiceHealthModel.ServicePropertiesModel class that provides property information for the specified WCF service.

public:
 ServicePropertiesModel(System::ServiceModel::ServiceHostBase ^ serviceHost);
public ServicePropertiesModel (System.ServiceModel.ServiceHostBase serviceHost);
new System.ServiceModel.Description.ServiceHealthModel.ServicePropertiesModel : System.ServiceModel.ServiceHostBase -> System.ServiceModel.Description.ServiceHealthModel.ServicePropertiesModel
Public Sub New (serviceHost As ServiceHostBase)

Parameters

serviceHost
ServiceHostBase

The WCF service to monitor.

Exceptions

serviceHost is null.

Applies to