Class TaskThreadFuncAsyncHandler
Async Handler for TaskThreadFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
public class TaskThreadFuncAsyncHandler
- Inheritance
-
TaskThreadFuncAsyncHandler
- Inherited Members
Constructors
TaskThreadFuncAsyncHandler(TaskThreadFunc)
public TaskThreadFuncAsyncHandler(TaskThreadFunc managed)
Parameters
managed
TaskThreadFunc
Fields
NativeCallback
public TaskThreadFunc NativeCallback