This document is archived and information here might be outdated. Recommended version. |
Returns a server connection name that can be used to connect to the server from within a server process. Fails if run outside a server process.
[Visual Basic .NET] Public Function GetInServerConnectionName ( _ ) As IAGSServerConnectionName
[C#] public IAGSServerConnectionName GetInServerConnectionName ( );
[C++]
HRESULT GetInServerConnectionName(
void
);