Bagikan melalui


ServiceEndpointCollection Constructors

Definition

Overloads

ServiceEndpointCollection()

Initializes a new instance of the ServiceEndpointCollection class that is empty.

ServiceEndpointCollection(String, String)

Initializes a new instance of the ServiceEndpointCollection class with a single endpoint, identified by the listener name.

ServiceEndpointCollection()

Initializes a new instance of the ServiceEndpointCollection class that is empty.

public ServiceEndpointCollection ();
Public Sub New ()

Applies to

ServiceEndpointCollection(String, String)

Initializes a new instance of the ServiceEndpointCollection class with a single endpoint, identified by the listener name.

public ServiceEndpointCollection (string listenerName, string endpointAddress);
new Microsoft.ServiceFabric.Services.Communication.ServiceEndpointCollection : string * string -> Microsoft.ServiceFabric.Services.Communication.ServiceEndpointCollection
Public Sub New (listenerName As String, endpointAddress As String)

Parameters

listenerName
String

Listener name of the endpoint

endpointAddress
String

Address of the endpoint

Applies to