Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the scheduler that schedules work immediately on the current thread.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Shared ReadOnly Property Immediate As ImmediateScheduler
Get
'Usage
Dim value As ImmediateScheduler
value = Scheduler.Immediate
public static ImmediateScheduler Immediate { get; }
public:
static property ImmediateScheduler^ Immediate {
ImmediateScheduler^ get ();
}
static member Immediate : ImmediateScheduler
static function get Immediate () : ImmediateScheduler
Property Value
Type: System.Reactive.Concurrency.ImmediateScheduler
The immediate scheduler.
Remarks
The Immediate scheduler starts the specified action immediately on the current thread.