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.

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

Syntax

C#
public bool IsExportComplete(
	string filepath
)
Visual Basic (Declaration)
Public Function IsExportComplete ( _
	filepath As String _
) As Boolean
Visual C++
public:
virtual bool IsExportComplete(
	String^ filepath
) sealed

Parameters

filepath
Type: System..::.String
The location of the compressed file.

Return Value

true if Export on the file provided by filepath is complete; otherwise, false.

Implements

IAppServerMgrProxy..::.IsExportComplete(String)

See Also