.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType Class Reference

Contains diagnostic summary information for the Server. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 ServerDiagnosticsSummaryDataType ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 

Properties

uint ServerViewCount [get, set]
 The number of server-created views in the server. More...
 
uint CurrentSessionCount [get, set]
 The number of client sessions currently established in the server. More...
 
uint CumulatedSessionCount [get, set]
 The cumulative number of client sessions that have been established in the server since the server was started (or restarted). More...
 
uint SecurityRejectedSessionCount [get, set]
 The number of client session establishment requests that were rejected due to security constraints since the server was started (or restarted). More...
 
uint RejectedSessionCount [get, set]
 The number of client session establishment requests that were rejected since the server was started (or restarted). More...
 
uint SessionTimeoutCount [get, set]
 The number of client sessions that were closed due to timeout since the server was started (or restarted). More...
 
uint SessionAbortCount [get, set]
 The number of client sessions that were closed due to errors since the server was started (or restarted). More...
 
uint CurrentSubscriptionCount [get, set]
 The number of subscriptions currently established in the server. More...
 
uint CumulatedSubscriptionCount [get, set]
 The cumulative number of subscriptions that have been established in the server since the server was started (or restarted). More...
 
uint PublishingIntervalCount [get, set]
 The number of publishing intervals currently supported in the server. More...
 
uint SecurityRejectedRequestsCount [get, set]
 The number of requests that were rejected due to security constraints since the server was started (or restarted). More...
 
uint RejectedRequestsCount [get, set]
 The number of requests that were rejected since the server was started (or restarted). More...
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

Contains diagnostic summary information for the Server.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.ServerDiagnosticsSummaryDataType ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns

Implements UnifiedAutomation.UaBase.IEncodeable.

Property Documentation

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.CumulatedSessionCount
getset

The cumulative number of client sessions that have been established in the server since the server was started (or restarted).

This includes the currentSessionCount.

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.CumulatedSubscriptionCount
getset

The cumulative number of subscriptions that have been established in the server since the server was started (or restarted).

This includes the currentSubscriptionCount.

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.CurrentSessionCount
getset

The number of client sessions currently established in the server.

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.CurrentSubscriptionCount
getset

The number of subscriptions currently established in the server.

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.PublishingIntervalCount
getset

The number of publishing intervals currently supported in the server.

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.RejectedRequestsCount
getset

The number of requests that were rejected since the server was started (or restarted).

The requests include all Services defined in Part 4 of the OPC UA Specification, also requests to create sessions. This number includes the securityRejectedRequestsCount.

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.RejectedSessionCount
getset

The number of client session establishment requests that were rejected since the server was started (or restarted).

This number includes the securityRejectedSessionCount.

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.SecurityRejectedRequestsCount
getset

The number of requests that were rejected due to security constraints since the server was started (or restarted).

The requests include all Services defined in Part 4 of the OPC UA Specification, also requests to create sessions.

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.SecurityRejectedSessionCount
getset

The number of client session establishment requests that were rejected due to security constraints since the server was started (or restarted).

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.ServerViewCount
getset

The number of server-created views in the server.

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.SessionAbortCount
getset

The number of client sessions that were closed due to errors since the server was started (or restarted).

uint UnifiedAutomation.UaBase.ServerDiagnosticsSummaryDataType.SessionTimeoutCount
getset

The number of client sessions that were closed due to timeout since the server was started (or restarted).


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