ExternalService.GetServer
Method
Description:
Returns the instance that provides implementation for a registered server.
Returns the instance that provides implementation for a registered server.
Parameters
| Parameter | Type | Description |
|---|---|---|
| serverId | Guid | Id of a registered server |
Return Value
| Type | Description |
|---|---|
| IExternalServer | An instance of the server interface. NULL is returned if the server is invalid (e.g. destroyed) |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The given Id is not a valid GUID value. |