OpcTaskSchedule Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines the central entry point used to schedule any kind of task to perform using custom queuing and scheduling mechanisms.

C#

public static class OpcTaskSchedule


Inheritance Object › OpcTaskSchedule

Name Description
CustomScheduler Gets or sets the callback used to schedule task invocations.
DefaultScheduler
Name Description
QueryScheduler(SynchronizationContext, Boolean@)
Schedule(Action) Schedules the invocation of the action specified using custom queuing and scheduling mechanisms.
Schedule(Action, SynchronizationContext) Schedules the invocation of the action specified using custom queuing and scheduling mechanisms.