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