The IAppServerMgrProxy type exposes the following members.

Methods

  NameDescription
CloseExport
Deletes the compressed file and the temp directory. Clients needs to call this after Read completes
Connect
Connects to the AppServerMgr.
CreateAppServer
Creates a new application server object or returns the IAppServer interface to an existing application server object.
Disconnect
Disconnect from the AppServerMgr
Export
Initiates an export of a compressed file. Returns the path+filename string of the location of the compressed file. This string is used for calls to Read, IsExportComplete and for CloseExport.
GetChannelOwnerInfo
Gets the channel owner info.
GetEncryptedUserCredentials
Gets the encrypted user credentials.
GetMSeriesIdInfo
Gets the M-Series ID info.
GetSuiteOwnerInfo
Gets the suite owner info.
GetSystemStatus
Gets the system status.
IsConnected
Determines whether this instance is connected.
IsExportComplete
Determines whether the Export routine has completed. Any call to Read needs to use this method to check whether or not calling Read on the compressed file is premature.
IsUserAuthenticated
Determines whether the user authenticated.
IsUserInRole
Determines whether the user is in the specified role.
Read
Reads back compressed data from the specified file.
SendSysMsg
Sends a system message.
SetHost
Sets the host machine name.
SetUserCredentials
Sets the user credentials.
SystemRestart
Restarts the system.
SystemShutdown
Shuts down the system.

See Also