Skip to content

)} )} )}

MauiMacScheduler.Schedule(TState, Func) method

Defined in

Type: MauiMacScheduler Namespace: System.Reactive.Concurrency Assembly: ReactiveMarbles.ViewModel.MAUI.dll

Applies to

net8.0-ios17.2, net8.0-maccatalyst17.2

Overloads

  • 1. public IDisposable Schedule<TState>(TState state, Func<IScheduler, TState, IDisposable> action)
  • 2. public IDisposable Schedule<TState>(TState state, DateTimeOffset dueTime, Func<IScheduler, TState, IDisposable> action)
  • 3. public IDisposable Schedule<TState>(TState state, TimeSpan dueTime, Func<IScheduler, TState, IDisposable> action)

1. Overload

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

View source

Inherited documentation

These docs were inherited from IScheduler. The member doesn't override them on this type.

Type parameters

NameDescription
TState--

Parameters

NameTypeDescription
stateTState--
actionFunc--

Returns: IDisposable

2. Overload

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

View source

Inherited documentation

These docs were inherited from IScheduler. The member doesn't override them on this type.

Type parameters

NameDescription
TState--

Parameters

NameTypeDescription
stateTState--
dueTimeDateTimeOffset--
actionFunc--

Returns: IDisposable

3. Overload

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

View source

Inherited documentation

These docs were inherited from IScheduler. The member doesn't override them on this type.

Type parameters

NameDescription
TState--

Parameters

NameTypeDescription
stateTState--
dueTimeTimeSpan--
actionFunc--

Returns: IDisposable