Opc.Ua.Server.CustomNodeManager2.OnSubscribeToEvents C# (CSharp) Method

OnSubscribeToEvents() protected method

Called after subscribing/unsubscribing to events.
protected OnSubscribeToEvents ( ServerSystemContext context, MonitoredNode2 monitoredNode, bool unsubscribe ) : void
context ServerSystemContext The context.
monitoredNode MonitoredNode2 The monitored node.
unsubscribe bool if set to true unsubscribing.
return void
        protected virtual void OnSubscribeToEvents(
            ServerSystemContext context,
            MonitoredNode2       monitoredNode, 
            bool                unsubscribe)
        {
            // defined by the sub-class
        }
        #endregion
CustomNodeManager2