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