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.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
public string Export()
Visual Basic (Declaration)
Public Function Export As String
Visual C++
public:
virtual String^ Export() sealed

Return Value

full pathname of exported file.

Implements

IAppServerMgrProxy..::.Export()()()

See Also