Table of Contents

Class FuncAsyncHandler

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

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

Field Value

Func