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#
public bool GetAsyncStatus(
	int asyncCookie,
	out int percentComplete,
	out string curUri,
	out int errCount
)
Visual Basic (Declaration)
Public Function GetAsyncStatus ( _
	asyncCookie As Integer, _
	<OutAttribute> ByRef percentComplete As Integer, _
	<OutAttribute> ByRef curUri As String, _
	<OutAttribute> ByRef errCount As Integer _
) As Boolean
Visual C++
public:
virtual bool GetAsyncStatus(
	int asyncCookie, 
	[OutAttribute] int% percentComplete, 
	[OutAttribute] String^% curUri, 
	[OutAttribute] int% errCount
) sealed

Parameters

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

Return Value

true/false

Implements

IMediaMgr3..::.GetAsyncStatus(Int32, Int32%, String%, Int32%)

Examples

See Also