Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The ServerInternalData type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ServerInternalData |
Initializes the datastore with the server configuration.
|
Methods
| Name | Description | |
|---|---|---|
| CloseSession |
Closes the specified session.
| |
| ConditionRefresh |
Refreshes the conditions for the specified subscription.
| |
| CreateServerObject |
Stores the EventManager, the ResourceManager and the RequestManager in the datastore.
| |
| DeleteSubscription |
Deletes the specified subscription.
| |
| Dispose()()()() |
Frees any unmanaged resources.
| |
| Dispose(Boolean) |
An overrideable version of the Dispose.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
The finializer implementation.
(Overrides Object..::..Finalize()()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LookupAliasesForNodeIds |
Returns the aliases for the specified node ids.
| |
| LookupNodeIdsForAliases |
Returns the node ids for the specified aliases.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ReportEvent(IFilterTarget) |
Called by any component to report a global event.
| |
| ReportEvent(ISystemContext, IFilterTarget) |
Called by any component to report a global event.
| |
| SetNodeManager |
Stores the MasterNodeManager and the CoreNodeManager
| |
| SetSessionManager |
Stores the SessionManager, the SubscriptionManager in the datastore.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CoreNodeManager |
The internal node manager for the servers.
| |
| CurrentState |
Gets or sets the current state of the server.
| |
| DefaultSystemContext |
The default system context for the server.
| |
| DiagnosticsEnabled |
Whether the server is collecting diagnostics.
| |
| DiagnosticsLock |
Used to synchronize access to the server diagnostics.
| |
| DiagnosticsNodeManager |
Returns the node manager that managers the server diagnostics.
| |
| EndpointAddresses |
The endpoint addresses used by the server.
| |
| EventManager |
The manager for events that all components use to queue events that occur.
| |
| Factory |
The factory used to create encodeable objects that the server understands.
| |
| IsRunning |
Whether the server is currently running.
| |
| MessageContext |
The context to use when serializing/deserializing extension objects.
| |
| NamespaceUris |
The table of namespace uris known to the server.
| |
| NodeManager |
The master node manager for the server.
| |
| RequestManager |
A manager for outstanding requests that allows components to receive notifications if the timeout or are cancelled.
| |
| ResourceManager |
A manager for localized resources that components can use to localize text.
| |
| ServerDiagnostics |
Returns the diagnostics structure for the server.
| |
| ServerUris |
The table of remote server uris known to the server.
| |
| SessionManager |
The session manager to use with the server.
| |
| Status |
Returns the status object for the server.
| |
| SubscriptionManager |
The subscription manager to use with the server.
| |
| TypeTree |
The datatypes, object types and variable types known to the server.
|