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

Namespace: Simol.Async
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public static IAsyncResult BeginGet<T>(
	this ISimol simol,
	Object itemName,
	AsyncCallback callback,
	Object state
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function BeginGet(Of T) ( _
	simol As ISimol, _
	itemName As Object, _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Visual C++
[ExtensionAttribute]
public:
generic<typename T>
static IAsyncResult^ BeginGet(
	ISimol^ simol, 
	Object^ itemName, 
	AsyncCallback^ callback, 
	Object^ state
)

Parameters

simol
Type: Simol..::..ISimol
itemName
Type: System..::..Object
callback
Type: System..::..AsyncCallback
state
Type: System..::..Object

Type Parameters

T

See Also