Class TaskFunctionForeverHandler
Forever Handler for TaskFunction. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
public class TaskFunctionForeverHandler
- Inheritance
-
TaskFunctionForeverHandler
- Inherited Members
Constructors
TaskFunctionForeverHandler(TaskFunction)
public TaskFunctionForeverHandler(TaskFunction managed)
Parameters
managed
TaskFunction
Fields
NativeCallback
public TaskFunction NativeCallback