This document is archived and information here might be outdated. Recommended version. |
Gets active users.
[Visual Basic .NET]
Public Function GetConnectedUsers ( _
ByVal dbName As String _
) As Integer
[C#]
public int GetConnectedUsers (
string dbName
);
[C++]
HRESULT GetConnectedUsers(
BSTR dbName
);
[C++] Parameters dbName [in]
dbName is a parameter of type BSTR
This method returns the number of connected users in a particular Geodatabase.