Skip to content

FollowObservableStateBehavior.SchedulerOverride property

Defined in

Type: FollowObservableStateBehavior Namespace: ReactiveUI.Blend Assembly: ReactiveUI.Blend.dll

Applies to

net481

public IScheduler? SchedulerOverride { get; set; }

View source

Summary: Gets or sets the scheduler to use for observing state changes. If null, uses RxSchedulers.MainThreadScheduler. This property is primarily for testing purposes.

Returns: IScheduler?