OpcImplementNodeCallback Delegate

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

Represents the method which is used to implement the logic required to integrate a node into the underlying system.

C#

public delegate void OpcImplementNodeCallback(OpcContext context, IOpcNode node)


Parameters

context OpcContext

The OpcContext within the implementation has been triggered.

node IOpcNode

An instance implementing the IOpcNode interface which is to be integrated into the underlying system.