Click or drag to resize
AsyncResult Constructor (Action, AsyncCallback, Object)
Initializes a new instance of the AsyncResult class

Namespace: PatchKit.Async
Assembly: PatchKit.Async (in PatchKit.Async.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public AsyncResult(
	Action work,
	AsyncCallback callback = null,
	Object state = null
)

Parameters

work
Type: SystemAction
callback (Optional)
Type: SystemAsyncCallback
state (Optional)
Type: SystemObject
See Also