Method | Description | |
---|---|---|
AddOrReplaceInstances ( string sourceKey, IList |
Adds or replaces a set of endpoint instances registered under a given key (registration source ID).
|
|
FindInstances ( string endpoint ) : IEnumerable |
Returns all known EndpointInstance for a given logical endpoint.
|
Method | Description | |
---|---|---|
DefaultInstance ( string endpoint ) : IEnumerable |
public AddOrReplaceInstances ( string sourceKey, IList |
||
sourceKey | string | Source key. |
endpointInstances | IList |
List of endpoint instances known by this source. |
return | void |
public FindInstances ( string endpoint ) : IEnumerable |
||
endpoint | string | The logical endpoint name. |
return | IEnumerable |