ServiceHealthModel.ServiceEndpointModel Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| ServiceHealthModel.ServiceEndpointModel() |
Initierar en instans av ServiceHealthModel.ServiceEndpointModel klassen. |
| ServiceHealthModel.ServiceEndpointModel(ServiceEndpoint) |
Initierar en instans av ServiceHealthModel.ServiceEndpointModel klassen som innehåller information om en angiven tjänstslutpunkt. |
ServiceHealthModel.ServiceEndpointModel()
Initierar en instans av ServiceHealthModel.ServiceEndpointModel klassen.
public:
ServiceEndpointModel();
public ServiceEndpointModel();
Public Sub New ()
Gäller för
ServiceHealthModel.ServiceEndpointModel(ServiceEndpoint)
Initierar en instans av ServiceHealthModel.ServiceEndpointModel klassen som innehåller information om en angiven tjänstslutpunkt.
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)
Parametrar
- endpoint
- ServiceEndpoint
Slutpunkten för en tjänst.