UA Bundle SDK .NET  2.1.0.222
 All Classes Namespaces Functions Variables Enumerations Properties Events Groups Pages
UnifiedAutomation.UaServer.RootNodeManager Class Reference

The root node manager for a server. More...

Inherits UnifiedAutomation.UaServer.INodeManagerEx, UnifiedAutomation.UaServer.IEventManagerEx, UnifiedAutomation.UaServer.IViewManager, UnifiedAutomation.UaServer.IObjectMappingManager, and UnifiedAutomation.UaServer.INodeManagementManager.

Public Member Functions

 RootNodeManager (ServerManager server)
 Initializes a new instance of the RootNodeManager class.
 
void Startup ()
 Called when the node manager is started.
 
void Shutdown ()
 Called when the node manager is stopped.
 
void SessionOpened (Session session)
 Called when a new session is created.
 
void SessionActivated (Session session)
 Called when a session is activated.
 
void SessionClosed (Session session)
 Called when a new session is closed.
 
StatusCode GetBrowseHandle (RequestContext context, ViewHandle view, NodeId nodeId, out BrowseHandle handle)
 Gets the browse handle for the specified node.
 
StatusCode GetViewHandle (RequestContext context, ViewDescription view, out ViewHandle handle)
 Gets the view handle for the specified view.
 
StatusCode GetNodeHandle (RequestContext context, NodeId nodeId, uint attributeId, out NodeAttributeHandle handle)
 Gets the node handle for the specified node.
 
StatusCode GetNotifierHandle (RequestContext context, NodeId nodeId, out NotifierHandle handle)
 Gets the notifier handle for the specified notifier.
 
StatusCode GetMethodHandle (RequestContext context, NodeId objectId, NodeId methodId, out MethodHandle handle)
 Gets the notifier handle for the specified notifier.
 
StatusCode GetHistoryDataHandle (RequestContext context, NodeId variableId, out HistoryDataHandle handle)
 Gets the history data handle for the specified variable.
 
StatusCode GetHistoryEventHandle (RequestContext context, NodeId notifierId, out HistoryEventHandle handle)
 Gets the history events handle for the specified notifier.
 
StatusCode BeginBrowse (RequestContext context, BrowseOperationHandle nodeToBrowse, ContinuationPoint continuationPoint, bool releaseContinuationPoint, Delegate callback, object callbackData)
 Begins the browse.
 
StatusCode BeginTranslate (RequestContext context, BrowseOperationHandle nodeToBrowse, RelativePath relativePath, uint index, Delegate callback, object callbackData)
 Begins the translate browse paths.
 
void AddCrossReference (NodeId sourceNodeId, INodeManager manager)
 Adds the cross reference.
 
void RemoveCrossReference (NodeId sourceNodeId, INodeManager manager)
 Removes the cross reference.
 
bool IsReferenceInView (RequestContext context, ViewHandle view, BrowseHandle sourceHandle, NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId)
 Determines whether the reference is in the specified view.
 
ModelHandle LinkModelToNode (NodeId rootId, object instance, object syncLock, IModelMapper mapper, double minimumSamplingInterval)
 Links an object to a node in the address space.
 
void UnlinkModelFromNode (NodeId rootId, ModelHandle handle)
 Unlinks a object from a node in the address space.
 
StatusCode AddNode (RequestContext context, AddNodeSettings settings, out NodeId assignedNodeId)
 Adds a new node.
 
StatusCode DeleteNode (RequestContext context, NodeId nodeId, bool deleteTargetReferences)
 Deletes a node.
 
StatusCode AddReference (RequestContext context, NodeId sourceNodeId, NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetNodeId, bool addBiDirectional)
 Adds a reference.
 
StatusCode DeleteReference (RequestContext context, NodeId sourceNodeId, NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetNodeId, bool deleteBiDirectional)
 Deletes a reference.
 
StatusCode BeginEventTransaction (RequestContext context, uint totalItemCountHint, TransactionType transactionType, Delegate callback, object callbackData, out TransactionHandle handle)
 Begins the transaction.
 
void FinishEventTransaction (TransactionHandle transaction)
 Finishes the transaction.
 
StatusCode BeginStartEventMonitoring (NotifierOperationHandle operationHandle, MonitoredItemCreateRequest settings, uint monitoredItemId, EventNotificationEventHandler callback)
 Starts monitoring a notifier for events.
 
StatusCode BeginModifyEventMonitoring (MonitoredItemOperationHandle operationHandle, MonitoredItemModifyRequest settings)
 Modifies the monitoring for an item.
 
StatusCode BeginStopEventMonitoring (MonitoredItemOperationHandle operationHandle)
 Stops monitoring an item.
 
StatusCode BeginSetEventMonitoringMode (MonitoredItemOperationHandle operationHandle, MonitoringMode monitoringMode, MonitoringParameters parameters)
 Changes the monitoring mode for an item.
 
void EventMonitoringStarted (NodeId notifierId, MonitoredItemHandle itemHandle, MonitoringParameters parameters, EventNotificationEventHandler callback)
 Called when monitoring starts for a notifier from another IEventManager higher in the hierarchy.
 
void EventMonitoringModified (NodeId notifierId, MonitoredItemHandle itemHandle, MonitoringParameters parameters)
 Called when monitoring changes for a notifier from another IEventManager higher in the hierarchy.
 
void EventMonitoringStopped (NodeId notifierId, MonitoredItemHandle itemHandle)
 Called when monitoring stops for a notifier from another IEventManager higher in the hierarchy.
 
void ReportEvent (NodeId notifierId, GenericEvent e)
 Reports an event for the notifier id.
 
void ConditionRefresh (NodeId notifierId, MonitoredItemHandle itemHandle, EventNotificationEventHandler callback)
 Called when the condition refresh is called for a notifier higher in the hierarchy.
 
void AddNotifier (NodeId notifierId, IEventManager manager)
 Adds a link to a notifier.
 
void RemoveNotifier (NodeId notifierId, IEventManager manager)
 Removes a link to a notifier.
 
void AddNodeManager (BaseNodeManager nodeManager)
 Adds a node manager.
 
ushort AddNodeManager (string namespaceUri, INodeManager nodeManager)
 Adds q node manager.
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.INodeManagerEx
void AddCrossReference (NodeId sourceNodeId, INodeManager manager)
 Adds a cross reference.
 
void RemoveCrossReference (NodeId sourceNodeId, INodeManager manager)
 Removes a cross reference.
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.INodeManager
void Startup ()
 Called when the node manager is started.
 
void Shutdown ()
 Called when the node manager is stopped.
 
void SessionOpened (Session session)
 Called when a new session is created.
 
void SessionActivated (Session session)
 Called when a session is activated.
 
void SessionClosed (Session session)
 Called when a new session is closed.
 
StatusCode GetBrowseHandle (RequestContext context, ViewHandle view, NodeId nodeId, out BrowseHandle handle)
 Gets the browse handle for the specified node.
 
StatusCode GetViewHandle (RequestContext context, ViewDescription view, out ViewHandle handle)
 Gets the view handle for the specified view.
 
StatusCode GetNodeHandle (RequestContext context, NodeId nodeId, uint attributeId, out NodeAttributeHandle handle)
 Gets the node handle for the specified node and attribute.
 
StatusCode GetNotifierHandle (RequestContext context, NodeId nodeId, out NotifierHandle handle)
 Gets the notifier handle for the specified notifier.
 
StatusCode GetMethodHandle (RequestContext context, NodeId objectId, NodeId methodId, out MethodHandle handle)
 Gets the method handle for the specified object and method.
 
StatusCode GetHistoryDataHandle (RequestContext context, NodeId variableId, out HistoryDataHandle handle)
 Gets the history data handle for the specified variable.
 
StatusCode GetHistoryEventHandle (RequestContext context, NodeId notifierId, out HistoryEventHandle handle)
 Gets the history events handle for the specified notifier.
 
StatusCode BeginBrowse (RequestContext context, BrowseOperationHandle nodeToBrowse, ContinuationPoint continuationPoint, bool releaseContinuationPoint, Delegate callback, object callbackData)
 Begins a browse operation.
 
StatusCode BeginTranslate (RequestContext context, BrowseOperationHandle nodeToBrowse, RelativePath relativePath, uint index, Delegate callback, object callbackData)
 Begins a translate browse paths operation.
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.IEventManagerEx
void AddNotifier (NodeId notifierId, IEventManager manager)
 Adds a link from a IEventManager to a notifier.
 
void RemoveNotifier (NodeId notifierId, IEventManager manager)
 Removes a link from IEventManager to a notifier.
 
void ReportEvent (NodeId notifierId, GenericEvent e)
 Reports an event for the notifier id.
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.IEventManager
StatusCode BeginEventTransaction (RequestContext context, uint totalItemCountHint, TransactionType transactionType, Delegate callback, object callbackData, out TransactionHandle handle)
 Begins the transaction.
 
void FinishEventTransaction (TransactionHandle transaction)
 Finishes the transaction.
 
StatusCode BeginStartEventMonitoring (NotifierOperationHandle operationHandle, MonitoredItemCreateRequest settings, uint monitoredItemId, EventNotificationEventHandler callback)
 Starts monitoring a notifier for events.
 
StatusCode BeginModifyEventMonitoring (MonitoredItemOperationHandle operationHandle, MonitoredItemModifyRequest settings)
 Modifies the monitoring for an item.
 
StatusCode BeginStopEventMonitoring (MonitoredItemOperationHandle operationHandle)
 Stops monitoring an item.
 
StatusCode BeginSetEventMonitoringMode (MonitoredItemOperationHandle operationHandle, MonitoringMode monitoringMode, MonitoringParameters parameters)
 Changes the monitoring mode for an item.
 
void EventMonitoringStarted (NodeId notifierId, MonitoredItemHandle itemHandle, MonitoringParameters parameters, EventNotificationEventHandler callback)
 Called when monitoring starts for a notifier from another IEventManager higher in the hierarchy.
 
void EventMonitoringModified (NodeId notifierId, MonitoredItemHandle itemHandle, MonitoringParameters parameters)
 Called when monitoring changes for a notifier from another IEventManager higher in the hierarchy.
 
void EventMonitoringStopped (NodeId notifierId, MonitoredItemHandle itemHandle)
 Called when monitoring stops for a notifier from another IEventManager higher in the hierarchy.
 
void ConditionRefresh (NodeId notifierId, MonitoredItemHandle itemHandle, EventNotificationEventHandler callback)
 Called when the condition refresh is called for a notifier higher in the hierarchy.
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.IViewManager
bool IsReferenceInView (RequestContext context, ViewHandle view, BrowseHandle sourceHandle, NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetId)
 Determines whether the reference is in the specified view.
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.IObjectMappingManager
ModelHandle LinkModelToNode (NodeId rootId, object instance, object syncLock, IModelMapper mapper, double minimumSamplingInterval)
 Links an object to a node in the address space.
 
void UnlinkModelFromNode (NodeId rootId, ModelHandle handle)
 Unlinks a object from a node in the address space.
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.INodeManagementManager
StatusCode AddNode (RequestContext context, AddNodeSettings settings, out NodeId assignedNodeId)
 Adds a new node.
 
StatusCode DeleteNode (RequestContext context, NodeId nodeId, bool deleteTargetReferences)
 Deletes a node.
 
StatusCode AddReference (RequestContext context, NodeId sourceNodeId, NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetNodeId, bool addBiDirectional)
 Adds a reference.
 
StatusCode DeleteReference (RequestContext context, NodeId sourceNodeId, NodeId referenceTypeId, bool isInverse, ExpandedNodeId targetNodeId, bool deleteBiDirectional)
 Deletes a reference.
 

Detailed Description

The root node manager for a server.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.RootNodeManager.RootNodeManager ( ServerManager  server)

Initializes a new instance of the RootNodeManager class.

Parameters
serverThe server.

Member Function Documentation

void UnifiedAutomation.UaServer.RootNodeManager.AddCrossReference ( NodeId  sourceNodeId,
INodeManager  manager 
)

Adds the cross reference.

Parameters
sourceNodeIdThe source node id.
managerThe manager.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.AddNode ( RequestContext  context,
AddNodeSettings  settings,
out NodeId  assignedNodeId 
)

Adds a new node.

Parameters
contextThe request context.
settingsThe settings.
assignedNodeIdThe assigned node id.
Returns
Good if successful; Otherwise an error code.
void UnifiedAutomation.UaServer.RootNodeManager.AddNodeManager ( BaseNodeManager  nodeManager)

Adds a node manager.

Parameters
nodeManagerThe node manager.
ushort UnifiedAutomation.UaServer.RootNodeManager.AddNodeManager ( string  namespaceUri,
INodeManager  nodeManager 
)

Adds q node manager.

Parameters
namespaceUriThe namespace URI.
nodeManagerThe node manager.
void UnifiedAutomation.UaServer.RootNodeManager.AddNotifier ( NodeId  notifierId,
IEventManager  manager 
)

Adds a link to a notifier.

Parameters
notifierIdThe notifier id.
managerThe manager.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.AddReference ( RequestContext  context,
NodeId  sourceNodeId,
NodeId  referenceTypeId,
bool  isInverse,
ExpandedNodeId  targetNodeId,
bool  addBiDirectional 
)

Adds a reference.

Parameters
contextThe request context.
sourceNodeIdThe source node id.
referenceTypeIdThe reference type id.
isInverseif set to true then the reference is a inverse reference.
targetNodeIdThe target node id.
addBiDirectionalif set to true then the reverse reference is added as well.
Returns
Good if successful; Otherwise an error code.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.BeginBrowse ( RequestContext  context,
BrowseOperationHandle  nodeToBrowse,
ContinuationPoint  continuationPoint,
bool  releaseContinuationPoint,
Delegate  callback,
object  callbackData 
)

Begins the browse.

Parameters
contextThe request context.
nodeToBrowseThe node to browse.
continuationPointThe continuation point.
releaseContinuationPointif set to true [release continuation point].
callbackThe callback.
callbackDataThe callback data.
Returns
Good if successful; An error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.BeginEventTransaction ( RequestContext  context,
uint  totalItemCountHint,
TransactionType  transactionType,
Delegate  callback,
object  callbackData,
out TransactionHandle  handle 
)

Begins the transaction.

Parameters
contextThe request context.
totalItemCountHintThe total item count hint.
transactionTypeType of the transaction.
callbackThe callback to raise when an opereation completes.
callbackDataThe callback data.
handleThe transaction handle.
Returns
Good if the transaction could be created, an error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.BeginModifyEventMonitoring ( MonitoredItemOperationHandle  operationHandle,
MonitoredItemModifyRequest  settings 
)

Modifies the monitoring for an item.

Parameters
operationHandleThe operation handle.
settingsThe settings.
Returns
Good if the monitored item can be modified, an error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.BeginSetEventMonitoringMode ( MonitoredItemOperationHandle  operationHandle,
MonitoringMode  monitoringMode,
MonitoringParameters  parameters 
)

Changes the monitoring mode for an item.

Parameters
operationHandleThe operation handle.
monitoringModeThe monitoring mode.
parametersThe parameters.
Returns
Good if the monitored item can be modified, an error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.BeginStartEventMonitoring ( NotifierOperationHandle  operationHandle,
MonitoredItemCreateRequest  settings,
uint  monitoredItemId,
EventNotificationEventHandler  callback 
)

Starts monitoring a notifier for events.

Parameters
operationHandleThe operation handle.
settingsThe settings.
monitoredItemIdThe monitored item id.
callbackThe callback.
Returns
Good if the monitored item can be created, an error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.BeginStopEventMonitoring ( MonitoredItemOperationHandle  operationHandle)

Stops monitoring an item.

Parameters
operationHandleThe operation handle.
Returns
Good if the monitored item can be modified, an error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.BeginTranslate ( RequestContext  context,
BrowseOperationHandle  nodeToBrowse,
RelativePath  relativePath,
uint  index,
Delegate  callback,
object  callbackData 
)

Begins the translate browse paths.

Parameters
contextThe request context.
nodeToBrowseThe node to browse.
relativePathThe relative path.
indexThe index.
callbackThe callback.
callbackDataThe callback data.
Returns
Good if successful; An error code otherwise.
void UnifiedAutomation.UaServer.RootNodeManager.ConditionRefresh ( NodeId  notifierId,
MonitoredItemHandle  itemHandle,
EventNotificationEventHandler  callback 
)

Called when the condition refresh is called for a notifier higher in the hierarchy.

Parameters
notifierIdThe id for the notifier.
itemHandleThe item handle.
callbackThe callback to call with the current state of all conditions.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.DeleteNode ( RequestContext  context,
NodeId  nodeId,
bool  deleteTargetReferences 
)

Deletes a node.

Parameters
contextThe request context.
nodeIdThe node id.
deleteTargetReferencesif set to true [delete target references].
Returns
Good if successful; Otherwise an error code.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.DeleteReference ( RequestContext  context,
NodeId  sourceNodeId,
NodeId  referenceTypeId,
bool  isInverse,
ExpandedNodeId  targetNodeId,
bool  deleteBiDirectional 
)

Deletes a reference.

Parameters
contextThe request context.
sourceNodeIdThe source node id.
referenceTypeIdThe reference type id.
isInverseif set to true then the reference is a inverse reference.
targetNodeIdThe target node id.
deleteBiDirectionalif set to true then the reverse reference is deleted as well.
Returns
Good if successful; Otherwise an error code.
void UnifiedAutomation.UaServer.RootNodeManager.EventMonitoringModified ( NodeId  notifierId,
MonitoredItemHandle  itemHandle,
MonitoringParameters  parameters 
)

Called when monitoring changes for a notifier from another IEventManager higher in the hierarchy.

Parameters
notifierIdThe id for the notifier in the other IEventManager.
itemHandleThe item handle.
parametersThe parameters.
void UnifiedAutomation.UaServer.RootNodeManager.EventMonitoringStarted ( NodeId  notifierId,
MonitoredItemHandle  itemHandle,
MonitoringParameters  parameters,
EventNotificationEventHandler  callback 
)

Called when monitoring starts for a notifier from another IEventManager higher in the hierarchy.

Parameters
notifierIdThe id for the notifier in the other IEventManager.
itemHandleThe item handle.
parametersThe parameters.
callbackThe callback to use when events occur.
void UnifiedAutomation.UaServer.RootNodeManager.EventMonitoringStopped ( NodeId  notifierId,
MonitoredItemHandle  itemHandle 
)

Called when monitoring stops for a notifier from another IEventManager higher in the hierarchy.

Parameters
notifierIdThe id for the notifier in the other IEventManager.
itemHandleThe item handle.
void UnifiedAutomation.UaServer.RootNodeManager.FinishEventTransaction ( TransactionHandle  transaction)

Finishes the transaction.

Parameters
transactionThe transaction.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.GetBrowseHandle ( RequestContext  context,
ViewHandle  view,
NodeId  nodeId,
out BrowseHandle  handle 
)

Gets the browse handle for the specified node.

Parameters
contextThe request context.
viewThe view.
nodeIdThe node id.
handleThe handle.
Returns
StatusCode UnifiedAutomation.UaServer.RootNodeManager.GetHistoryDataHandle ( RequestContext  context,
NodeId  variableId,
out HistoryDataHandle  handle 
)

Gets the history data handle for the specified variable.

Parameters
contextThe request context.
variableIdThe variable id.
handleThe handle.
Returns
Good if successful; An error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.GetHistoryEventHandle ( RequestContext  context,
NodeId  notifierId,
out HistoryEventHandle  handle 
)

Gets the history events handle for the specified notifier.

Parameters
contextThe request context.
notifierIdThe notifier id.
handleThe handle.
Returns
Good if successful; An error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.GetMethodHandle ( RequestContext  context,
NodeId  objectId,
NodeId  methodId,
out MethodHandle  handle 
)

Gets the notifier handle for the specified notifier.

Parameters
contextThe request context.
objectIdThe object id.
methodIdThe method id.
handleThe handle.
Returns
Good if successful; An error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.GetNodeHandle ( RequestContext  context,
NodeId  nodeId,
uint  attributeId,
out NodeAttributeHandle  handle 
)

Gets the node handle for the specified node.

Parameters
contextThe request context.
nodeIdThe node id.
attributeIdThe attribute id.
handleThe handle.
Returns
Good if successful; An error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.GetNotifierHandle ( RequestContext  context,
NodeId  nodeId,
out NotifierHandle  handle 
)

Gets the notifier handle for the specified notifier.

Parameters
contextThe request context.
nodeIdThe node id.
handleThe handle.
Returns
Good if successful; An error code otherwise.
StatusCode UnifiedAutomation.UaServer.RootNodeManager.GetViewHandle ( RequestContext  context,
ViewDescription  view,
out ViewHandle  handle 
)

Gets the view handle for the specified view.

Parameters
contextThe request context.
viewThe view.
handleThe handle.
Returns
Good if successful; An error code otherwise.
bool UnifiedAutomation.UaServer.RootNodeManager.IsReferenceInView ( RequestContext  context,
ViewHandle  view,
BrowseHandle  sourceHandle,
NodeId  referenceTypeId,
bool  isInverse,
ExpandedNodeId  targetId 
)

Determines whether the reference is in the specified view.

Parameters
contextThe request context.
viewThe view.
sourceHandleThe source handle.
referenceTypeIdThe reference type id.
isInverseif set to true then the reference is an inverse reference.
targetIdThe target id.
Returns
true if the reference is in the view; otherwise, false.
ModelHandle UnifiedAutomation.UaServer.RootNodeManager.LinkModelToNode ( NodeId  rootId,
object  instance,
object  syncLock,
IModelMapper  mapper,
double  minimumSamplingInterval 
)

Links an object to a node in the address space.

Parameters
rootIdThe root id.
instanceThe instance.
syncLockThe sync lock.
mapperThe mapper.
minimumSamplingIntervalThe minimum sampling interval.
Returns
A handle that can be used to unlink the node.
void UnifiedAutomation.UaServer.RootNodeManager.RemoveCrossReference ( NodeId  sourceNodeId,
INodeManager  manager 
)

Removes the cross reference.

Parameters
sourceNodeIdThe source node id.
managerThe manager.
void UnifiedAutomation.UaServer.RootNodeManager.RemoveNotifier ( NodeId  notifierId,
IEventManager  manager 
)

Removes a link to a notifier.

Parameters
notifierIdThe notifier id.
managerThe manager.
void UnifiedAutomation.UaServer.RootNodeManager.ReportEvent ( NodeId  notifierId,
GenericEvent  e 
)

Reports an event for the notifier id.

Parameters
notifierIdThe notifier id.
eThe event.
void UnifiedAutomation.UaServer.RootNodeManager.SessionActivated ( Session  session)

Called when a session is activated.

Parameters
sessionThe session.
void UnifiedAutomation.UaServer.RootNodeManager.SessionClosed ( Session  session)

Called when a new session is closed.

Parameters
sessionThe session.
void UnifiedAutomation.UaServer.RootNodeManager.SessionOpened ( Session  session)

Called when a new session is created.

Parameters
sessionThe session.
void UnifiedAutomation.UaServer.RootNodeManager.Shutdown ( )

Called when the node manager is stopped.

void UnifiedAutomation.UaServer.RootNodeManager.Startup ( )

Called when the node manager is started.

void UnifiedAutomation.UaServer.RootNodeManager.UnlinkModelFromNode ( NodeId  rootId,
ModelHandle  handle 
)

Unlinks a object from a node in the address space.

Parameters
rootIdThe root id.
handleThe handle.

The documentation for this class was generated from the following file: