Gets the async operation status

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

Syntax

C#
bool GetAsyncStatus(
	int asyncCookie,
	out int percentComplete,
	out string curUri,
	out int errCount
)
Visual Basic (Declaration)
Function GetAsyncStatus ( _
	asyncCookie As Integer, _
	<OutAttribute> ByRef percentComplete As Integer, _
	<OutAttribute> ByRef curUri As String, _
	<OutAttribute> ByRef errCount As Integer _
) As Boolean
Visual C++
bool GetAsyncStatus(
	int asyncCookie, 
	[OutAttribute] int% percentComplete, 
	[OutAttribute] String^% curUri, 
	[OutAttribute] int% errCount
)

Parameters

asyncCookie
Type: System..::.Int32
The async cookie
percentComplete
Type: System..::.Int32 %
The percent complete
curUri
Type: System..::.String %
The current URI
errCount
Type: System..::.Int32 %
The error count

Return Value

true/false

Examples

See Also