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

More...

Inherits UnifiedAutomation.UaServer.BaseDataVariableModel.

Public Member Functions

 SessionDiagnosticsVariableModel ()
 Initializes a new instance of the SessionDiagnosticsVariableModel class. More...
 
 SessionDiagnosticsVariableModel (SessionDiagnosticsVariableModel template)
 Initializes a new instance of the SessionDiagnosticsVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseDataVariableModel
 BaseDataVariableModel ()
 Initializes a new instance of the BaseDataVariableModel class. More...
 
 BaseDataVariableModel (BaseDataVariableModel template)
 Initializes a new instance of the BaseDataVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseVariableModel
 BaseVariableModel ()
 Initializes a new instance of the BaseVariableModel class. More...
 
 BaseVariableModel (BaseVariableModel template)
 Initializes a new instance of the BaseVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
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...
 

Properties

new SessionDiagnosticsDataType Value [get, set]
 Gets or sets the value. More...
 
double ActualSessionTimeout [get, set]
 Gets or sets the ActualSessionTimeout More...
 
ServiceCounterDataType AddNodesCount [get, set]
 Gets or sets the AddNodesCount More...
 
ServiceCounterDataType AddReferencesCount [get, set]
 Gets or sets the AddReferencesCount More...
 
ServiceCounterDataType BrowseCount [get, set]
 Gets or sets the BrowseCount More...
 
ServiceCounterDataType BrowseNextCount [get, set]
 Gets or sets the BrowseNextCount More...
 
ServiceCounterDataType CallCount [get, set]
 Gets or sets the CallCount More...
 
DateTime ClientConnectionTime [get, set]
 Gets or sets the ClientConnectionTime More...
 
ApplicationDescription ClientDescription [get, set]
 Gets or sets the ClientDescription More...
 
DateTime ClientLastContactTime [get, set]
 Gets or sets the ClientLastContactTime More...
 
ServiceCounterDataType CreateMonitoredItemsCount [get, set]
 Gets or sets the CreateMonitoredItemsCount More...
 
ServiceCounterDataType CreateSubscriptionCount [get, set]
 Gets or sets the CreateSubscriptionCount More...
 
uint CurrentMonitoredItemsCount [get, set]
 Gets or sets the CurrentMonitoredItemsCount More...
 
uint CurrentPublishRequestsInQueue [get, set]
 Gets or sets the CurrentPublishRequestsInQueue More...
 
uint CurrentSubscriptionsCount [get, set]
 Gets or sets the CurrentSubscriptionsCount More...
 
ServiceCounterDataType DeleteMonitoredItemsCount [get, set]
 Gets or sets the DeleteMonitoredItemsCount More...
 
ServiceCounterDataType DeleteNodesCount [get, set]
 Gets or sets the DeleteNodesCount More...
 
ServiceCounterDataType DeleteReferencesCount [get, set]
 Gets or sets the DeleteReferencesCount More...
 
ServiceCounterDataType DeleteSubscriptionsCount [get, set]
 Gets or sets the DeleteSubscriptionsCount More...
 
string EndpointUrl [get, set]
 Gets or sets the EndpointUrl More...
 
ServiceCounterDataType HistoryReadCount [get, set]
 Gets or sets the HistoryReadCount More...
 
ServiceCounterDataType HistoryUpdateCount [get, set]
 Gets or sets the HistoryUpdateCount More...
 
string[] LocaleIds [get, set]
 Gets or sets the LocaleIds More...
 
uint MaxResponseMessageSize [get, set]
 Gets or sets the MaxResponseMessageSize More...
 
ServiceCounterDataType ModifyMonitoredItemsCount [get, set]
 Gets or sets the ModifyMonitoredItemsCount More...
 
ServiceCounterDataType ModifySubscriptionCount [get, set]
 Gets or sets the ModifySubscriptionCount More...
 
ServiceCounterDataType PublishCount [get, set]
 Gets or sets the PublishCount More...
 
ServiceCounterDataType QueryFirstCount [get, set]
 Gets or sets the QueryFirstCount More...
 
ServiceCounterDataType QueryNextCount [get, set]
 Gets or sets the QueryNextCount More...
 
ServiceCounterDataType ReadCount [get, set]
 Gets or sets the ReadCount More...
 
ServiceCounterDataType RegisterNodesCount [get, set]
 Gets or sets the RegisterNodesCount More...
 
ServiceCounterDataType RepublishCount [get, set]
 Gets or sets the RepublishCount More...
 
string ServerUri [get, set]
 Gets or sets the ServerUri More...
 
NodeId SessionId [get, set]
 Gets or sets the SessionId More...
 
string SessionName [get, set]
 Gets or sets the SessionName More...
 
ServiceCounterDataType SetMonitoringModeCount [get, set]
 Gets or sets the SetMonitoringModeCount More...
 
ServiceCounterDataType SetPublishingModeCount [get, set]
 Gets or sets the SetPublishingModeCount More...
 
ServiceCounterDataType SetTriggeringCount [get, set]
 Gets or sets the SetTriggeringCount More...
 
ServiceCounterDataType TotalRequestCount [get, set]
 Gets or sets the TotalRequestCount More...
 
ServiceCounterDataType TransferSubscriptionsCount [get, set]
 Gets or sets the TransferSubscriptionsCount More...
 
ServiceCounterDataType TranslateBrowsePathsToNodeIdsCount [get, set]
 Gets or sets the TranslateBrowsePathsToNodeIdsCount More...
 
uint UnauthorizedRequestCount [get, set]
 Gets or sets the UnauthorizedRequestCount More...
 
ServiceCounterDataType UnregisterNodesCount [get, set]
 Gets or sets the UnregisterNodesCount More...
 
ServiceCounterDataType WriteCount [get, set]
 Gets or sets the WriteCount More...
 
- Properties inherited from UnifiedAutomation.UaServer.BaseDataVariableModel
new object Value [get, set]
 Gets or sets the value. More...
 
- Properties inherited from UnifiedAutomation.UaServer.BaseVariableModel
object Value [get, set]
 Gets or sets the value. 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

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SessionDiagnosticsVariableModel ( )
inline

Initializes a new instance of the SessionDiagnosticsVariableModel class.

UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SessionDiagnosticsVariableModel ( SessionDiagnosticsVariableModel  template)
inline

Initializes a new instance of the SessionDiagnosticsVariableModel class.

Parameters
templateThe template.

Property Documentation

double UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ActualSessionTimeout
getset

Gets or sets the ActualSessionTimeout

The ActualSessionTimeout

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.AddNodesCount
getset

Gets or sets the AddNodesCount

The AddNodesCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.AddReferencesCount
getset

Gets or sets the AddReferencesCount

The AddReferencesCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.BrowseCount
getset

Gets or sets the BrowseCount

The BrowseCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.BrowseNextCount
getset

Gets or sets the BrowseNextCount

The BrowseNextCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CallCount
getset

Gets or sets the CallCount

The CallCount

DateTime UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ClientConnectionTime
getset

Gets or sets the ClientConnectionTime

The ClientConnectionTime

ApplicationDescription UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ClientDescription
getset

Gets or sets the ClientDescription

The ClientDescription

DateTime UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ClientLastContactTime
getset

Gets or sets the ClientLastContactTime

The ClientLastContactTime

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CreateMonitoredItemsCount
getset

Gets or sets the CreateMonitoredItemsCount

The CreateMonitoredItemsCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CreateSubscriptionCount
getset

Gets or sets the CreateSubscriptionCount

The CreateSubscriptionCount

uint UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CurrentMonitoredItemsCount
getset

Gets or sets the CurrentMonitoredItemsCount

The CurrentMonitoredItemsCount

uint UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CurrentPublishRequestsInQueue
getset

Gets or sets the CurrentPublishRequestsInQueue

The CurrentPublishRequestsInQueue

uint UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.CurrentSubscriptionsCount
getset

Gets or sets the CurrentSubscriptionsCount

The CurrentSubscriptionsCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.DeleteMonitoredItemsCount
getset

Gets or sets the DeleteMonitoredItemsCount

The DeleteMonitoredItemsCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.DeleteNodesCount
getset

Gets or sets the DeleteNodesCount

The DeleteNodesCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.DeleteReferencesCount
getset

Gets or sets the DeleteReferencesCount

The DeleteReferencesCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.DeleteSubscriptionsCount
getset

Gets or sets the DeleteSubscriptionsCount

The DeleteSubscriptionsCount

string UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.EndpointUrl
getset

Gets or sets the EndpointUrl

The EndpointUrl

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.HistoryReadCount
getset

Gets or sets the HistoryReadCount

The HistoryReadCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.HistoryUpdateCount
getset

Gets or sets the HistoryUpdateCount

The HistoryUpdateCount

string [] UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.LocaleIds
getset

Gets or sets the LocaleIds

The LocaleIds

uint UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.MaxResponseMessageSize
getset

Gets or sets the MaxResponseMessageSize

The MaxResponseMessageSize

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ModifyMonitoredItemsCount
getset

Gets or sets the ModifyMonitoredItemsCount

The ModifyMonitoredItemsCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ModifySubscriptionCount
getset

Gets or sets the ModifySubscriptionCount

The ModifySubscriptionCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.PublishCount
getset

Gets or sets the PublishCount

The PublishCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.QueryFirstCount
getset

Gets or sets the QueryFirstCount

The QueryFirstCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.QueryNextCount
getset

Gets or sets the QueryNextCount

The QueryNextCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ReadCount
getset

Gets or sets the ReadCount

The ReadCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.RegisterNodesCount
getset

Gets or sets the RegisterNodesCount

The RegisterNodesCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.RepublishCount
getset

Gets or sets the RepublishCount

The RepublishCount

string UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.ServerUri
getset

Gets or sets the ServerUri

The ServerUri

NodeId UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SessionId
getset

Gets or sets the SessionId

The SessionId

string UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SessionName
getset

Gets or sets the SessionName

The SessionName

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SetMonitoringModeCount
getset

Gets or sets the SetMonitoringModeCount

The SetMonitoringModeCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SetPublishingModeCount
getset

Gets or sets the SetPublishingModeCount

The SetPublishingModeCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.SetTriggeringCount
getset

Gets or sets the SetTriggeringCount

The SetTriggeringCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.TotalRequestCount
getset

Gets or sets the TotalRequestCount

The TotalRequestCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.TransferSubscriptionsCount
getset

Gets or sets the TransferSubscriptionsCount

The TransferSubscriptionsCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.TranslateBrowsePathsToNodeIdsCount
getset

Gets or sets the TranslateBrowsePathsToNodeIdsCount

The TranslateBrowsePathsToNodeIdsCount

uint UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.UnauthorizedRequestCount
getset

Gets or sets the UnauthorizedRequestCount

The UnauthorizedRequestCount

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.UnregisterNodesCount
getset

Gets or sets the UnregisterNodesCount

The UnregisterNodesCount

new SessionDiagnosticsDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.Value
getset

Gets or sets the value.

The value.

ServiceCounterDataType UnifiedAutomation.UaServer.SessionDiagnosticsVariableModel.WriteCount
getset

Gets or sets the WriteCount

The WriteCount


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