UA Bundle SDK .NET  2.2.3.276
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaServer.ServerDiagnosticsModel Class Reference

Defines application specific behavoir for the Server object. More...

Inherits UnifiedAutomation.UaServer.BaseObjectModel.

Public Member Functions

 ServerDiagnosticsModel (ServerManager server)
 Initializes a new instance of the ServerDiagnosticsModel class. More...
 
override ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
 ServerDiagnosticsModel ()
 Initializes a new instance of the ServerDiagnosticsModel class. More...
 
 ServerDiagnosticsModel (ServerDiagnosticsModel template)
 Initializes a new instance of the ServerDiagnosticsModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseObjectModel
 BaseObjectModel ()
 Initializes a new instance of the BaseObjectModel class. More...
 
 BaseObjectModel (BaseObjectModel template)
 Initializes a new instance of the BaseObjectModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Static Public Member Functions

static
ServerDiagnosticsSummaryDataType 
GetServerDiagnosticsSummary (ServerDiagnosticsSummaryModel diagnostics)
 Gets the server diagnostics. More...
 

Properties

bool EnabledFlag [get, set]
 Gets or sets the EnabledFlag More...
 
SamplingIntervalDiagnosticsDataType[] SamplingIntervalDiagnosticsArray [get, set]
 Gets or sets the SamplingIntervalDiagnosticsArray More...
 
ServerDiagnosticsSummaryModel ServerDiagnosticsSummary [get, set]
 Gets or sets the ServerDiagnosticsSummary More...
 
SessionsDiagnosticsSummaryModel SessionsDiagnosticsSummary [get, set]
 Gets or sets the SessionsDiagnosticsSummary More...
 
SubscriptionDiagnosticsDataType[] SubscriptionDiagnosticsArray [get, set]
 Gets or sets the SubscriptionDiagnosticsArray More...
 

Detailed Description

Defines application specific behavoir for the Server object.

The diagnostics information for a server.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.ServerDiagnosticsModel.ServerDiagnosticsModel ( ServerManager  server)
inline

Initializes a new instance of the ServerDiagnosticsModel class.

Parameters
serverThe server.
UnifiedAutomation.UaServer.ServerDiagnosticsModel.ServerDiagnosticsModel ( )
inline

Initializes a new instance of the ServerDiagnosticsModel class.

UnifiedAutomation.UaServer.ServerDiagnosticsModel.ServerDiagnosticsModel ( ServerDiagnosticsModel  template)
inline

Initializes a new instance of the ServerDiagnosticsModel class.

Parameters
templateThe template.

Member Function Documentation

override ModelHandle UnifiedAutomation.UaServer.ServerDiagnosticsModel.GetModelHandle ( StringTable  namespaceUris,
object  instance 
)
inlinevirtual

Gets the metadata handle.

Parameters
namespaceUrisThe namespace uris.
instanceThe instance.
Returns

Reimplemented from UnifiedAutomation.UaServer.ModelControllerBase.

static ServerDiagnosticsSummaryDataType UnifiedAutomation.UaServer.ServerDiagnosticsModel.GetServerDiagnosticsSummary ( ServerDiagnosticsSummaryModel  diagnostics)
inlinestatic

Gets the server diagnostics.

Parameters
diagnosticsThe diagnostics.
Returns

Property Documentation

bool UnifiedAutomation.UaServer.ServerDiagnosticsModel.EnabledFlag
getset

Gets or sets the EnabledFlag

If TRUE the diagnostics collection is enabled.

SamplingIntervalDiagnosticsDataType [] UnifiedAutomation.UaServer.ServerDiagnosticsModel.SamplingIntervalDiagnosticsArray
getset

Gets or sets the SamplingIntervalDiagnosticsArray

A list of diagnostics for each sampling interval supported by the server.

ServerDiagnosticsSummaryModel UnifiedAutomation.UaServer.ServerDiagnosticsModel.ServerDiagnosticsSummary
getset

Gets or sets the ServerDiagnosticsSummary

A summary of server level diagnostics.

SessionsDiagnosticsSummaryModel UnifiedAutomation.UaServer.ServerDiagnosticsModel.SessionsDiagnosticsSummary
getset

Gets or sets the SessionsDiagnosticsSummary

A summary of session level diagnostics.

SubscriptionDiagnosticsDataType [] UnifiedAutomation.UaServer.ServerDiagnosticsModel.SubscriptionDiagnosticsArray
getset

Gets or sets the SubscriptionDiagnosticsArray

A list of diagnostics for each active subscription.


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