UA Bundle SDK .NET  2.1.2.227
 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.ModelControllerBase, and UnifiedAutomation.UaServer.ModelControllerBase.

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.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...
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. 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)

Initializes a new instance of the ServerDiagnosticsModel class.

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

Initializes a new instance of the ServerDiagnosticsModel class.

UnifiedAutomation.UaServer.ServerDiagnosticsModel.ServerDiagnosticsModel ( ServerDiagnosticsModel  template)

Initializes a new instance of the ServerDiagnosticsModel class.

Parameters
templateThe template.

Member Function Documentation

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

Gets the metadata handle.

Parameters
namespaceUrisThe namespace uris.
instanceThe instance.
Returns

Reimplemented from UnifiedAutomation.UaServer.ModelControllerBase.

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

Gets the server diagnostics.

Parameters
diagnosticsThe diagnostics.
Returns

Property Documentation

bool UnifiedAutomation.UaServer.ServerDiagnosticsModel.EnabledFlag
getset

Gets or sets the EnabledFlag

The EnabledFlag If TRUE the diagnostics collection is enabled.

SamplingIntervalDiagnosticsDataType [] UnifiedAutomation.UaServer.ServerDiagnosticsModel.SamplingIntervalDiagnosticsArray
getset

Gets or sets the SamplingIntervalDiagnosticsArray

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

The ServerDiagnosticsSummary A summary of server level diagnostics.

SessionsDiagnosticsSummaryModel UnifiedAutomation.UaServer.ServerDiagnosticsModel.SessionsDiagnosticsSummary
getset

Gets or sets the SessionsDiagnosticsSummary

The SessionsDiagnosticsSummary A summary of session level diagnostics.

SubscriptionDiagnosticsDataType [] UnifiedAutomation.UaServer.ServerDiagnosticsModel.SubscriptionDiagnosticsArray
getset

Gets or sets the SubscriptionDiagnosticsArray

The SubscriptionDiagnosticsArray A list of diagnostics for each active subscription.


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