Skip to content

)}

DispatcherScheduler.SchedulePeriodic(TState, TimeSpan, Func) method

Defined in

Type: DispatcherScheduler Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

net8.0-windows10.0.19041, net462

public IDisposable SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> action)

Type parameters

NameDescription
TState--

Parameters

NameTypeDescription
stateTState--
periodTimeSpan--
actionFunc--

Returns: IDisposable