<Code Lib>
2022 Method
Changes 0
M

ExternalService.IsRegisteredServerId

Description:
Checks if the Id represents a valid server that has been registered for the service.

public bool IsRegisteredServerId(
	Guid serverId
)

  • Guid
    serverId
    An Id of a server
Return Value bool True if the specified server is currently registed for this service, false otherwise.

Loading…