Gets the number of active connections to the server.
Visual Basic |
---|
Public Function GetConnectionsCount( _ ByVal DomainName As String, _ ByVal ProjectName As String _ ) As String |
- DomainName
- The domain name.
- ProjectName
- The project name.
On success, returns the number of connections as a string.
If empty strings are passed as DomainName and ProjectName, GetConnectionsCount returns the number of all connections to all projects in all domains.