PatchKit Documentation
PatchKit Documentation
PatchKit
PatchKit.Async
AsyncResult(T) Class
AsyncResult(T) Constructor
AsyncResult(T) Constructor (Func(T), AsyncCallback, Object)
AsyncResult(T) Constructor (Func(AsyncCancellationToken, T), CancellableAsyncCallback, Object)
AsyncResult
T
Constructor (Func
T
, AsyncCallback, Object)
Initializes a new instance of the
AsyncResult
T
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
(
Func
<T>
work
,
AsyncCallback
callback
=
null
,
Object
state
=
null
)
Parameters
work
Type:
System
Func
T
callback
(Optional)
Type:
System
AsyncCallback
state
(Optional)
Type:
System
Object
See Also
Reference
AsyncResult
T
Class
AsyncResult
T
Overload
PatchKit.Async Namespace
Send comments on this topic to
contact@patchkit.net