Begin asynchronous invocation of Delete<(Of <<'(T>)>>)(IList).

Namespace: Simol.Async
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public static IAsyncResult BeginDelete<T>(
	this ISimol simol,
	List<Object> itemNames,
	AsyncCallback callback,
	Object state
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function BeginDelete(Of T) ( _
	simol As ISimol, _
	itemNames As List(Of Object), _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Visual C++
[ExtensionAttribute]
public:
generic<typename T>
static IAsyncResult^ BeginDelete(
	ISimol^ simol, 
	List<Object^>^ itemNames, 
	AsyncCallback^ callback, 
	Object^ state
)

Parameters

simol
Type: Simol..::..ISimol
itemNames
Type: System.Collections.Generic..::..List<(Of <(<'Object>)>)>
callback
Type: System..::..AsyncCallback
state
Type: System..::..Object

Type Parameters

T

See Also