AvaloniaScheduler.

Schedule<TState>(TState, TimeSpan, Func<IScheduler, TState, IDisposable>) Method

Namespace
Avalonia.Threading
Containing Type
AvaloniaScheduler

Syntax

public override IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisposable> action)

Type Parameters

Name Description
TState

Parameters

Name Type Description
state TState
dueTime TimeSpan
action Func<IScheduler, TState, IDisposable>

Return Value

Type Description
IDisposable