SGServer (ISGServer80) 

This interface provides the methods for connecting, disconnecting and checking the currently connected SkylineGlobe Server.

 

 

Methods

 

Connect

Connects TerraExplorer to a SkylineGlobe Server.

ConnectAsync

Connects TerraExplorer to a SkylineGlobe Server. This method executes asynchronously, immediately returning an ITerraExplorerAsync80 object, thereby ensuring that control is promptly handed back to the calling function.

ConnectByCookie

Connects TerraExplorer to a SkylineGlobe Server using a cookie generated by the server when the user logged in during a previous session.

ConnectByCookieAsync

Connects TerraExplorer to a SkylineGlobe Server using a cookie generated by the server when the user logged in during a previous session. This method executes asynchronously, immediately returning an ITerraExplorerAsync80 object, thereby ensuring that control is promptly handed back to the calling function.

Disconnect

Disconnects TerraExplorer from a SkylineGlobe Server.

DisconnectAsync

Disconnects TerraExplorer from a SkylineGlobe Server. This method executes asynchronously, immediately returning an ITerraExplorerAsync80 object, thereby ensuring that control is promptly handed back to the calling function.

GetConnectedServer

Returns the URL of the connected server.

GetConnectedUser

Returns the user name of the connected user.

GetParam

Reserved. Currently not used.

GetUserDisplayName

Returns the display name of the connected user.

GetVersion

Returns the version of the connected server.

IsTokenLoggedIn

Returns a Boolean indicating whether the currently logged in user has permission for the passed token.

Reconnect

Reconnects TerraExplorer to a SkylineGlobe Server.

ReconnectAsync

Reconnects TerraExplorer to a SkylineGlobe Server. This method executes asynchronously, immediately returning an ITerraExplorerAsync80 object, thereby ensuring that control is promptly handed back to the calling function.

SetParam

Reserved. Currently not used.