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