Table of Contents

Class TaskFunctionAsyncHandler

Namespace
Gst.Internal
Assembly
Gst-1.0.dll

Async Handler for TaskFunction. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.

public class TaskFunctionAsyncHandler
Inheritance
TaskFunctionAsyncHandler
Inherited Members

Constructors

TaskFunctionAsyncHandler(TaskFunction)

public TaskFunctionAsyncHandler(TaskFunction managed)

Parameters

managed TaskFunction

Fields

NativeCallback

public TaskFunction NativeCallback

Field Value

TaskFunction