OpcTaskSchedule.Scheduler Delegate

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

Defines a method which is used to schedule the invocation of the action using custom queuing and scheduling mechanisms.

C#

public delegate void Scheduler(Action action);


Parameters

action Action

The Action its invocation is to be scheduled.



Exceptions

ArgumentNullException

The action is a null reference (Nothing in Visual Basic).