The AppServerMgrProxy 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
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetChannelOwnerInfo
Gets the channel owner info.
GetController
Gets the controller for a particular channel.
GetEncryptedUserCredentials
Gets the encrypted user credentials.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetMSeriesIdInfo
Gets the M-Series ID info.
GetSuiteOwnerInfo
Gets the suite owner info.
GetSystemStatus
Gets the system status.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
IsLicenseValid
Checks to see if a valid license with the given name exists on the server.
IsUserAuthenticated
Determines whether the user authenticated.
IsUserInRole
Determines whether the user is in the specified role.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
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.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also