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