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#
void CloseExport(
	string filepath
)
Visual Basic (Declaration)
Sub CloseExport ( _
	filepath As String _
)
Visual C++
void CloseExport(
	String^ filepath
)

Parameters

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

See Also