Table of Contents

Class SchedulerPostTaskOptions

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class SchedulerPostTaskOptions
Inheritance
SchedulerPostTaskOptions
Inherited Members

Constructors

SchedulerPostTaskOptions()

public SchedulerPostTaskOptions()

Fields

Delay

[Value("delay")]
public ulong Delay

Field Value

ulong

Priority

[Value("priority")]
public TaskPriority Priority

Field Value

TaskPriority

Signal

[Value("signal")]
public AbortSignal Signal

Field Value

AbortSignal