RVTDocs.com

ExternalService.IsRegisteredServerId

Method
Description:
Checks if the Id represents a valid server that has been registered for the service.
Syntax
public bool IsRegisteredServerId(
	Guid serverId
)
Parameters
Parameter Type Description
serverId Guid An Id of a server
Return Value
Type Description
Boolean True if the specified server is currently registed for this service, false otherwise.