RVTDocs.com

MultiServerService.GetActiveServerIds(Document)

Method
Description:
Returns Ids of the servers currently applicable to the given document for the service.
Remarks:
The Ids would be of all the servers explicitly assigned to the specified document.
Syntax
public IList<Guid> GetActiveServerIds(
	Document document
)
Parameters
Parameter Type Description
document Document The associated document.
Return Value
Type Description
IList A set of GUIDs of the document-applicable active servers; the list may be empty.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null