Adds a new Globeserver information to the list of available servers
[Visual Basic .NET] |
---|
Public Function Add( _ ByVal ServerName As String, _ ByVal port As Integer _ ) As |
[C#] |
---|
public IAgScGlobeServerConfigData Add( string ServerName, int port ); |
[Managed C++] |
---|
public: IAgScGlobeServerConfigData^ Add( String __gc ^ ServerName, int port ); |
[Java] |
---|
public IAgScGlobeServerConfigData add( String ServerName, int port ); |
[Unmanaged C++] |
---|
public: HRESULT Add( BSTR ServerName, long port, IAgScGlobeServerConfigData ** ppRetVal ); |
- ServerName
- The server name to connect to.
- port
- The port to use.
IAgScGlobeServerConfigData