Begin asynchronous invocation of Put(Object).

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

Syntax

C#
public static IAsyncResult BeginPut(
	this ISimol simol,
	Object item,
	AsyncCallback callback,
	Object state
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function BeginPut ( _
	simol As ISimol, _
	item As Object, _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Visual C++
[ExtensionAttribute]
public:
static IAsyncResult^ BeginPut(
	ISimol^ simol, 
	Object^ item, 
	AsyncCallback^ callback, 
	Object^ state
)

Parameters

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

See Also