ExternalServiceIsRegisteredServerId Method |
Checks if the Id represents a valid server that has been registered for the service.
Namespace: Autodesk.Revit.DB.ExternalServiceAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsRegisteredServerId(
Guid serverId
)
Public Function IsRegisteredServerId (
serverId As Guid
) As Boolean
public:
bool IsRegisteredServerId(
Guid serverId
)
member IsRegisteredServerId :
serverId : Guid -> bool
Parameters
- serverId Guid
-
An Id of a server
Return Value
Boolean
True if the specified server is currently registed for this service, false otherwise.
See Also