Click or drag to resize

AsyncResultT Constructor

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public AsyncResult(
	AsyncCallback asyncCallback,
	Object state
)

Parameters

asyncCallback
Type: SystemAsyncCallback
The callback that is executed when the operation completes. Leave if not used.
state
Type: SystemObject
A user-defined object that qualifies or contains information about an asynchronous operation. Leave if not used.
See Also