CurrentThreadScheduler.ScheduleRequired Property
Gets a value indicating whether the caller must call a schedule method.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public ReadOnly Property ScheduleRequired As Boolean
Get
'Usage
Dim instance As CurrentThreadScheduler
Dim value As Boolean
value = instance.ScheduleRequired
public bool ScheduleRequired { get; }
public:
property bool ScheduleRequired {
bool get ();
}
member ScheduleRequired : bool
function get ScheduleRequired () : boolean
Property Value
Type: System.Boolean
Returns Boolean.