ServiceHealthModel.ServicePropertiesModel 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.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
.