<Code Lib>
2020 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
)

Return Value bool True if the specified server is currently registed for this service, false otherwise.

Loading…