OpcMethodCanExecuteCallback Delegate

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

Determines the value which decides whether a method implementation can be executed.

C#

public delegate bool OpcMethodCanExecuteCallback(OpcContext context);


Parameters

context OpcContext

The OpcContext which provides the contextual information required to evaluate whether the method implementation can be executed.


Returns

Boolean

The value true if the method can be called; otherwise the value false.