ServiceHealthModel.ServiceEndpointModel 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.ServiceEndpointModel() |
Initializes an instance of the ServiceHealthModel.ServiceEndpointModel class. |
ServiceHealthModel.ServiceEndpointModel(ServiceEndpoint) |
Initializes an instance of the ServiceHealthModel.ServiceEndpointModel class that provides information about a specified service endpoint. |
ServiceHealthModel.ServiceEndpointModel()
Initializes an instance of the ServiceHealthModel.ServiceEndpointModel class.
public:
ServiceEndpointModel();
public ServiceEndpointModel ();
Public Sub New ()
Applies to
ServiceHealthModel.ServiceEndpointModel(ServiceEndpoint)
Initializes an instance of the ServiceHealthModel.ServiceEndpointModel class that provides information about a specified service endpoint.
public:
ServiceEndpointModel(System::ServiceModel::Description::ServiceEndpoint ^ endpoint);
public ServiceEndpointModel (System.ServiceModel.Description.ServiceEndpoint endpoint);
new System.ServiceModel.Description.ServiceHealthModel.ServiceEndpointModel : System.ServiceModel.Description.ServiceEndpoint -> System.ServiceModel.Description.ServiceHealthModel.ServiceEndpointModel
Public Sub New (endpoint As ServiceEndpoint)
Parameters
- endpoint
- ServiceEndpoint
The endpoint of a service.