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