CurrentThreadScheduler.ScheduleRequired property¶
Defined in
Type: CurrentThreadScheduler
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.dll
Applies to
netstandard2.0
Deprecated
This instance property is no longer supported. Use CurrentThreadScheduler.IsScheduleRequired instead.
Attributes: [EditorBrowsable(EditorBrowsableState.1)] [Obsolete("This instance property is no longer supported. Use CurrentThreadScheduler.IsScheduleRequired instead.")]
public bool ScheduleRequired { get; }
Summary: Gets a value that indicates whether the caller must call a Schedule method.
Returns: bool