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