Closes the async operation

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

Syntax

C#
void CloseAsyncOp(
	int asyncCookie,
	out Object errList,
	out Object errUriList
)
Visual Basic (Declaration)
Sub CloseAsyncOp ( _
	asyncCookie As Integer, _
	<OutAttribute> ByRef errList As Object, _
	<OutAttribute> ByRef errUriList As Object _
)
Visual C++
void CloseAsyncOp(
	int asyncCookie, 
	[OutAttribute] Object^% errList, 
	[OutAttribute] Object^% errUriList
)

Parameters

asyncCookie
Type: System..::.Int32
The async cookie.
errList
Type: System..::.Object %
list of errors
errUriList
Type: System..::.Object %
list of URIs that caused the errors

Examples

See example in [!:DocsTest.Foo.InvokeDeleteAssets]

See Also