Table of Contents

Class VoidFuncAsyncHandler

Namespace
GLib.Internal
Assembly
GLib-2.0.dll

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

Field Value

VoidFunc