SynchronizationContextScheduler Methods
Include Protected Members
Include Inherited Members
The SynchronizationContextScheduler type exposes the following members.
Methods
NameDescriptionEquals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
Schedule
Schedule
Schedule
ToString(Inherited from Object.)Top
Extension Methods
NameDescriptionSchedule(Action)Overloaded. Schedules an action to be executed. (Defined by Scheduler.)
Schedule(Action
Schedule(TimeSpan, Action)Overloaded. Schedules an action to be executed after dueTime. (Defined by Scheduler.)
Schedule(DateTimeOffset, Action)Overloaded. Schedules an action to be executed at dueTime. (Defined by Scheduler.)
Schedule(TimeSpan, Action<Action
Schedule(DateTimeOffset, Action<Action
Schedule
Schedule
Schedule
See Also
Reference
SynchronizationContextScheduler Class
System.Reactive.Concurrency Namespace
SynchronizationContextScheduler Constructor
Creates an object that schedules units of work on the provided SynchronizationContext.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Sub New ( _
context As SynchronizationContext _
)
'Usage
Dim context As SynchronizationContext
Dim instance As New SynchronizationContextScheduler(context)
public SynchronizationContextScheduler(
SynchronizationContext context
)
public:
SynchronizationContextScheduler(
SynchronizationContext^ context
)
new :
context:SynchronizationContext -> SynchronizationContextScheduler
public function SynchronizationContextScheduler(
context : SynchronizationContext
)
Parameters
- context
Type: System.Threading.SynchronizationContext
The synchronization context to schedule units of work on.
See Also
Reference
SynchronizationContextScheduler Class
System.Reactive.Concurrency Namespace
SynchronizationContextScheduler Properties
Include Protected Members
Include Inherited Members
The SynchronizationContextScheduler type exposes the following members.
Properties
NameDescriptionNowGets the scheduler's notion of current time.Top
See Also
Reference
SynchronizationContextScheduler Class
System.Reactive.Concurrency Namespace
SynchronizationContextScheduler Class
Represents an object that schedules units of work on a provided SynchronizationContext.
Inheritance Hierarchy
System.Object
System.Reactive.Concurrency.SynchronizationContextScheduler
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Class SynchronizationContextScheduler _
Implements IScheduler
'Usage
Dim instance As SynchronizationContextScheduler
public class SynchronizationContextScheduler : IScheduler
public ref class SynchronizationContextScheduler : IScheduler
type SynchronizationContextScheduler =
class
interface IScheduler
end
public class SynchronizationContextScheduler implements IScheduler
The SynchronizationContextScheduler type exposes the following members.
Constructors
NameDescriptionSynchronizationContextSchedulerCreates an object that schedules units of work on the provided SynchronizationContext.Top
Properties
NameDescriptionNowGets the scheduler's notion of current time.Top
Methods
NameDescriptionEquals(Inherited from Object.)
Finalize(Inherited from Object.)
GetHashCode(Inherited from Object.)
GetType(Inherited from Object.)
MemberwiseClone(Inherited from Object.)
Schedule
Schedule
Schedule
ToString(Inherited from Object.)Top
Extension Methods
NameDescriptionSchedule(Action)Overloaded. Schedules an action to be executed. (Defined by Scheduler.)
Schedule(Action
Schedule(TimeSpan, Action)Overloaded. Schedules an action to be executed after dueTime. (Defined by Scheduler.)
Schedule(DateTimeOffset, Action)Overloaded. Schedules an action to be executed at dueTime. (Defined by Scheduler.)
Schedule(TimeSpan, Action<Action
Schedule(DateTimeOffset, Action<Action
Schedule
Schedule
Schedule
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.