OpcTimedShelveCallback Delegate

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

Represents the method that will shelve the condition node for a specific amount of time.

C#

public delegate OpcStatusCode OpcTimedShelveCallback(OpcContext context, TimeSpan duration);


Parameters

context OpcContext

The OpcContext to use to shelve the condition.

duration TimeSpan

The amout of time the condition is to be shelved.


Returns

OpcStatusCode

The OpcStatusCode which defines the outcome of the operation.