Méthode | Description | |
---|---|---|
CreateAddressSpace ( IDictionary |
Does any initialization required before the address space can be used. The externalReferences is an out parameter that allows the node manager to link to nodes in other node managers. For example, the 'Objects' node is managed by the CoreNodeManager and should have a reference to the root folder node(s) exposed by this node manager. |
|
DeleteAddressSpace ( ) : void |
Frees any resources allocated for the address space.
|
|
MethodsNodeManager ( IServerInternal server, ApplicationConfiguration configuration ) : System |
Initializes the node manager.
|
|
New ( ISystemContext context, NodeState node ) : Opc.Ua.NodeId |
Creates the NodeId for the specified node.
|
|
OnStart ( ISystemContext context, |
Called when the Start method is called.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
|
GetManagerHandle ( |
Returns a unique handle for the node.
|
|
ValidateNode ( |
Verifies that the specified node exists.
|
Méthode | Description | |
---|---|---|
OnUpdateProcess ( object state ) : void |
Called when updating the process.
|
public CreateAddressSpace ( IDictionary |
||
externalReferences | IDictionary |
|
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected GetManagerHandle ( |
||
context | ||
nodeId | Opc.Ua.NodeId | |
cache | NodeState>.IDictionary | |
Résultat |
public MethodsNodeManager ( IServerInternal server, ApplicationConfiguration configuration ) : System | ||
server | IServerInternal | |
configuration | ApplicationConfiguration | |
Résultat | System |
public New ( ISystemContext context, NodeState node ) : Opc.Ua.NodeId | ||
context | ISystemContext | |
node | NodeState | |
Résultat | Opc.Ua.NodeId |
public OnStart ( ISystemContext context, |
||
context | ISystemContext | The context. |
method | The method. | |
inputArguments | IList |
The input arguments. |
outputArguments | IList |
The output arguments. |
Résultat |
protected ValidateNode ( |
||
context | ||
handle | ||
cache | NodeState>.IDictionary | |
Résultat | NodeState |