Table of Contents

Class TaskHandle

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public class TaskHandle : ObjectHandle, IDisposable
Inheritance
TaskHandle
Implements
Inherited Members

Constructors

TaskHandle(nint, bool)

public TaskHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static TaskHandle For<T>(ConstructArgument[] constructArguments) where T : Task, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

TaskHandle

Type Parameters

T