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

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

Loading…