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

Syntax

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

Parameters

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

Type Parameters

T

See Also