ExternalServiceGetRegisteredServerIds Method

Returns Ids of all servers registered for the service.

Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<Guid> GetRegisteredServerIds()

Return Value

IListGuid
An array of Ids of all registered servers. The array may be empty.
Remarks
The list includes all registered servers regardless of whether they are currently active or not.
See Also