Deletes the compressed file and the temp directory. Clients needs to call this after Read completes

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

Syntax

C#
public void CloseExport(
	string filepath
)
Visual Basic (Declaration)
Public Sub CloseExport ( _
	filepath As String _
)
Visual C++
public:
virtual void CloseExport(
	String^ filepath
) sealed

Parameters

filepath
Type: System..::.String
The path to the compressed file. This was returned by Export

Implements

IAppServerMgrProxy..::.CloseExport(String)

See Also