Class ThreadFuncCallHandler
Call Handler for ThreadFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
public class ThreadFuncCallHandler
- Inheritance
-
ThreadFuncCallHandler
- Inherited Members
Constructors
ThreadFuncCallHandler(ThreadFunc)
public ThreadFuncCallHandler(ThreadFunc managed)
Parameters
managed
ThreadFunc
Fields
NativeCallback
public ThreadFunc NativeCallback