ExternalServiceRegistry.GetService
Description:
Returns an instance of an object that represents the external service with the given Id.
Returns an instance of an object that represents the external service with the given Id.
Remarks:
The returned instance is either of type SingleServerService or MultiServerService. Users should cast the returned object to one of the classes if they need access to active servers.
The returned instance is either of type SingleServerService or MultiServerService. Users should cast the returned object to one of the classes if they need access to active servers.
public static ExternalService GetService(
ExternalServiceId serviceId
)
-
serviceIdId of the service.
-
A non-optional argument was null