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