End asynchronous invocation of Get<(Of <<'(T>)>>)(Object).
            
        
        Namespace: Simol.AsyncAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
public static T EndGet<T>( this ISimol simol, IAsyncResult result )  | 
| Visual Basic | 
|---|
<ExtensionAttribute> _ Public Shared Function EndGet(Of T) ( _ simol As ISimol, _ result As IAsyncResult _ ) As T  | 
| Visual C++ | 
|---|
[ExtensionAttribute] public: generic<typename T> static T EndGet( ISimol^ simol, IAsyncResult^ result )  | 
Type Parameters
- T