End asynchronous invocation of Get<(Of <<'(T>)>>)(Object).

Namespace: Simol.Async
Assembly: 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
)

Parameters

simol
Type: Simol..::..ISimol
result
Type: System..::..IAsyncResult

Type Parameters

T

See Also