Gets the last async error.

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

Syntax

C#
public int GetLastAsyncError(
	int asyncCookie,
	out string uri
)
Visual Basic (Declaration)
Public Function GetLastAsyncError ( _
	asyncCookie As Integer, _
	<OutAttribute> ByRef uri As String _
) As Integer
Visual C++
public:
virtual int GetLastAsyncError(
	int asyncCookie, 
	[OutAttribute] String^% uri
) sealed

Parameters

asyncCookie
Type: System..::.Int32
The async cookie.
uri
Type: System..::.String %
The URI.

Return Value

async operationg cookie

Implements

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

See Also