ServiceEndpointCollection 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
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