프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateServerObject | void | ||
OnReadDiagnosticsEnabledFlag | ServiceResult | ||
OnReadNamespaceArray | ServiceResult | ||
OnReadServerArray | ServiceResult | ||
OnReadServerStatus | void | ||
OnUpdateDiagnostics | ServiceResult |
메소드 | 설명 | |
---|---|---|
CloseSession ( OperationContext context, NodeId sessionId, bool deleteSubscriptions ) : void |
Closes the specified session.
|
|
ConditionRefresh ( OperationContext context, uint subscriptionId ) : void |
Refreshes the conditions for the specified subscription.
|
|
CreateServerObject ( |
Sets the EventManager, the ResourceManager, the RequestManager and the AggregateManager.
|
|
DeleteSubscription ( uint subscriptionId ) : void |
Deletes the specified subscription.
|
|
Dispose ( ) : void |
Frees any unmanaged resources.
|
|
ReportEvent ( IFilterTarget e ) : void |
Called by any component to report a global event.
|
|
ReportEvent ( ISystemContext context, IFilterTarget e ) : void |
Called by any component to report a global event.
|
|
ServerInternalData ( ServerProperties serverDescription, ApplicationConfiguration configuration, ServiceMessageContext messageContext, CertificateValidator certificateValidator, |
Initializes the datastore with the server configuration.
|
|
SetNodeManager ( |
Stores the MasterNodeManager and the CoreNodeManager
|
|
SetSessionManager ( |
Stores the SessionManager, the SubscriptionManager in the datastore.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
An overrideable version of the Dispose.
|
메소드 | 설명 | |
---|---|---|
CreateServerObject ( ) : void |
Creates the ServerObject and attaches it to the NodeManager.
|
|
OnReadDiagnosticsEnabledFlag ( ISystemContext context, NodeState node, object &value ) : ServiceResult |
Returns a copy of the server array.
|
|
OnReadNamespaceArray ( ISystemContext context, NodeState node, object &value ) : ServiceResult |
Returns a copy of the namespace array.
|
|
OnReadServerArray ( ISystemContext context, NodeState node, object &value ) : ServiceResult |
Returns a copy of the server array.
|
|
OnReadServerStatus ( ISystemContext context, BaseVariableValue variable, NodeState component ) : void |
Updates the server status before a read.
|
|
OnUpdateDiagnostics ( ISystemContext context, NodeState node, object &value ) : ServiceResult |
Returns a copy of the current diagnostics.
|
public CloseSession ( OperationContext context, NodeId sessionId, bool deleteSubscriptions ) : void | ||
context | OperationContext | The context. |
sessionId | NodeId | The session identifier. |
deleteSubscriptions | bool | if set to |
리턴 | void |
public ConditionRefresh ( OperationContext context, uint subscriptionId ) : void | ||
context | OperationContext | The context. |
subscriptionId | uint | The subscription identifier. |
리턴 | void |
public CreateServerObject ( |
||
eventManager | The event manager. | |
resourceManager | The resource manager. | |
requestManager | The request manager. | |
리턴 | void |
public DeleteSubscription ( uint subscriptionId ) : void | ||
subscriptionId | uint | The subscription identifier. |
리턴 | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
리턴 | void |
public ReportEvent ( IFilterTarget e ) : void | ||
e | IFilterTarget | The event. |
리턴 | void |
public ReportEvent ( ISystemContext context, IFilterTarget e ) : void | ||
context | ISystemContext | The context. |
e | IFilterTarget | The event. |
리턴 | void |
public ServerInternalData ( ServerProperties serverDescription, ApplicationConfiguration configuration, ServiceMessageContext messageContext, CertificateValidator certificateValidator, |
||
serverDescription | ServerProperties | The server description. |
configuration | ApplicationConfiguration | The configuration. |
messageContext | ServiceMessageContext | The message context. |
certificateValidator | CertificateValidator | The certificate validator. |
instanceCertificate | The instance certificate. | |
리턴 | System |
public SetNodeManager ( |
||
nodeManager | The node manager. | |
리턴 | void |
public SetSessionManager ( |
||
sessionManager | The session manager. | |
subscriptionManager | The subscription manager. | |
리턴 | void |