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