Share

ExternalService.NumberOfServers Property

Indicates the number of servers currently registered with the service.


Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public int NumberOfServers { get; }

Property Value

Int32

Remarks

This is the muber of all registered servers, not just of the ones that are currently active.

See Also

Reference

Was this information helpful?