PatchKit Documentation
PatchKit Documentation
PatchKit
PatchKit.Async
AsyncResult Class
AsyncResult Constructor
AsyncResult Constructor (Action, AsyncCallback, Object)
AsyncResult Constructor (Action(AsyncCancellationToken), CancellableAsyncCallback, Object)
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#
Copy
public
AsyncResult
(
Action
work
,
AsyncCallback
callback
=
null
,
Object
state
=
null
)
Parameters
work
Type:
System
Action
callback
(Optional)
Type:
System
AsyncCallback
state
(Optional)
Type:
System
Object
See Also
Reference
AsyncResult Class
AsyncResult Overload
PatchKit.Async Namespace
Send comments on this topic to
contact@patchkit.net