Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The MasterNodeManager type exposes the following members.

Constructors

  NameDescription
Public methodMasterNodeManager
Initializes the object with default values.

Methods

  NameDescription
Public methodBrowse
Returns the set of references that meet the filter criteria.
Public methodBrowseNext
Continues a browse operation that was previously halted.
Public methodCall
Calls a method defined on a object.
Public methodConditionRefresh
Handles condition refresh request.
Public methodStatic memberCreateExternalReference
Adds a reference to the table of external references.
Public methodCreateMonitoredItems
Creates a set of monitored items.
Public methodDeleteMonitoredItems
Deletes a set of monitored items.
Public methodDeleteReferences
Deletes the references to the target.
Public methodDispose()()()()
Frees any unmanaged resources.
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
The finializer implementation.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetManagerHandle
Returns node handle and its node manager.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHistoryRead
Reads the history of a set of items.
Public methodHistoryUpdate
Updates the history for a set of nodes.
Public methodImportNodeSet
Adds a node set to the default node manager.
Public methodLookupAliasesForNodeIds
Returns the aliases for the specified node ids.
Public methodLookupNodeIdsForAliases
Returns the node ids for the specified aliases.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodModifyMonitoredItems
Modifies a set of monitored items.
Public methodRead
Reads a set of nodes
Public methodRegisterNamespaceManager
Registers the node manager as the node manager for Nodes in the specified namespace.
Public methodRegisterNodes
Registers a set of node ids.
Public methodRemoveReferences
Deletes the specified references.
Public methodSetMonitoringMode
Changes the monitoring mode for a set of items.
Public methodShutdown
Shuts down the node managers a
Public methodStartup
Creates the node managers and start them
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTranslateBrowsePathsToNodeIds
Translates a start node id plus a relative paths into a node id.
Public methodUnregisterNodes
Unregisters a set of node ids.
Protected methodStatic memberValidateCallRequestItem
Validates a call request item parameter
Protected methodStatic memberValidateMonitoredItemCreateRequest
Validates a monitored item create request parameter.
Protected methodStatic memberValidateMonitoredItemModifyRequest
Validates a monitored item modify request parameter.
Protected methodStatic memberValidateMonitoringAttributes
Validates a monitoring attributes parameter.
Protected methodStatic memberValidateMonitoringFilter
Validates a monitoring filter.
Public methodWrite
Writes a set of values.

Properties

  NameDescription
Public propertyCoreNodeManager
Returns the core node manager.
Public propertyDiagnosticsNodeManager
Returns the diagnostics node manager.
Protected propertyServer
The server that the node manager belongs to.
Public propertyUpdateLock
Returns object used to lock the address space during updates.

See Also