End asynchronous invocation of FindAttributes<(Of <<'(T>)>>)(String, Int32, Int32, String, array<String>[]()[][]).
            
        
        Namespace: Simol.AsyncAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public static List<PropertyValues> EndFindAttributes( this ISimol simol, IAsyncResult result )  | 
| Visual Basic | 
|---|
<ExtensionAttribute> _ Public Shared Function EndFindAttributes ( _ simol As ISimol, _ result As IAsyncResult _ ) As List(Of PropertyValues)  | 
| Visual C++ | 
|---|
[ExtensionAttribute] public: static List<PropertyValues^>^ EndFindAttributes( ISimol^ simol, IAsyncResult^ result )  |