Begin asynchronous invocation of DeleteAttributes(ItemMapping, Object, array<String>[]()[][]).
Namespace: Simol.AsyncAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static IAsyncResult BeginDeleteAttributes( this ISimol simol, ItemMapping mapping, List<Object> itemNames, string[] propertyNames, AsyncCallback callback, Object state ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function BeginDeleteAttributes ( _ simol As ISimol, _ mapping As ItemMapping, _ itemNames As List(Of Object), _ propertyNames As String(), _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
Visual C++ |
---|
[ExtensionAttribute] public: static IAsyncResult^ BeginDeleteAttributes( ISimol^ simol, ItemMapping^ mapping, List<Object^>^ itemNames, array<String^>^ propertyNames, AsyncCallback^ callback, Object^ state ) |
Parameters
- simol
- Type: Simol..::..ISimol
- mapping
- Type: Simol..::..ItemMapping
- itemNames
- Type: System.Collections.Generic..::..List<(Of <(<'Object>)>)>
- propertyNames
- Type: array<System..::..String>[]()[][]
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object