)>
Defined in Type: AvaloniaScheduler
Namespace: Avalonia.ReactiveUI
Assembly: ReactiveUI.Avalonia.Autofac.dll
Applies to
netstandard2.0, netstandard2.0, netstandard2.0, netstandard2.0, netstandard2.0
public override IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisposable> action)
Inherited documentation
These docs were inherited from LocalScheduler. The member doesn't override them on this type.
Type parameters
| Name | Description |
|---|---|
TState | -- |
Parameters
| Name | Type | Description |
|---|---|---|
state | TState | -- |
dueTime | TimeSpan | -- |
action | Func | -- |
Returns: IDisposable