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

A class that stores the limits used by sessions. More...

Public Member Functions

 SessionLimits (ApplicationInstance application)
 Initializes a new instance of the SessionLimits class. More...
 

Properties

uint MaxRequestAge [get, set]
 Gets or sets the max request age (min More...
 
uint MaxSessionCount [get, set]
 Gets or sets the max session count. More...
 
uint MaxSessionTimeout [get, set]
 Gets or sets the max session timeout. More...
 
uint MinSessionTimeout [get, set]
 Gets or sets the min session timeout. More...
 
uint MinNonceLength [get, set]
 Gets or sets the length of the min nonce. More...
 
uint MaxNodesPerBrowse [get, set]
 Gets or sets the max nodes per browse. More...
 
uint MaxNodesPerTranslateBrowsePathsToNodeIds [get, set]
 Gets or sets the max nodes per translate browse paths to node ids. More...
 
uint MaxNodesPerRead [get, set]
 Gets or sets the max nodes per read. More...
 
uint MaxNodesPerWrite [get, set]
 Gets or sets the max nodes per write. More...
 
uint MaxNodesPerMethodCall [get, set]
 Gets or sets the max nodes per method call. More...
 
uint MaxNodesPerHistoryDataRead [get, set]
 Gets or sets the max nodes per history data read. More...
 
uint MaxNodesPerHistoryDataUpdate [get, set]
 Gets or sets the max nodes per history data update. More...
 
uint MaxNodesPerHistoryEventRead [get, set]
 Gets or sets the max nodes per history event read. More...
 
uint MaxNodesPerHistoryEventUpdate [get, set]
 Gets or sets the max nodes per history event update. More...
 
uint MaxMonitoredItemsPerCall [get, set]
 Gets or sets the max monitored items per call. More...
 
uint MaxNodesPerNodeManagement [get, set]
 Gets or sets the max nodes per node management. More...
 
uint MaxNodesPerRegisterNodes [get, set]
 Gets or sets the max nodes per register nodes. More...
 
uint MaxBrowseContinuationPoints [get, set]
 Gets or sets the max browse continuation points. More...
 
uint MaxHistoryContinuationPoints [get, set]
 Gets or sets the max history continuation points. More...
 
uint MaxHistoryDataValuesPerRead [get, set]
 Gets or sets the maximum number of history data values per read response. More...
 
uint MaxHistoryEventsPerRead [get, set]
 Gets or sets the maximum number of history event per read response. More...
 

Detailed Description

A class that stores the limits used by sessions.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.SessionLimits.SessionLimits ( ApplicationInstance  application)
inline

Initializes a new instance of the SessionLimits class.

Parameters
applicationThe application.

Property Documentation

uint UnifiedAutomation.UaServer.SessionLimits.MaxBrowseContinuationPoints
getset

Gets or sets the max browse continuation points.

The max browse continuation points.

uint UnifiedAutomation.UaServer.SessionLimits.MaxHistoryContinuationPoints
getset

Gets or sets the max history continuation points.

The max history continuation points.

uint UnifiedAutomation.UaServer.SessionLimits.MaxHistoryDataValuesPerRead
getset

Gets or sets the maximum number of history data values per read response.

The maximum number of history data values per read response.

uint UnifiedAutomation.UaServer.SessionLimits.MaxHistoryEventsPerRead
getset

Gets or sets the maximum number of history event per read response.

The maximum number of history event per read response.

uint UnifiedAutomation.UaServer.SessionLimits.MaxMonitoredItemsPerCall
getset

Gets or sets the max monitored items per call.

The max monitored items per call.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerBrowse
getset

Gets or sets the max nodes per browse.

The max nodes per browse.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerHistoryDataRead
getset

Gets or sets the max nodes per history data read.

The max nodes per history data read.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerHistoryDataUpdate
getset

Gets or sets the max nodes per history data update.

The max nodes per history data update.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerHistoryEventRead
getset

Gets or sets the max nodes per history event read.

The max nodes per history event read.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerHistoryEventUpdate
getset

Gets or sets the max nodes per history event update.

The max nodes per history event update.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerMethodCall
getset

Gets or sets the max nodes per method call.

The max nodes per method call.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerNodeManagement
getset

Gets or sets the max nodes per node management.

The max nodes per node management.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerRead
getset

Gets or sets the max nodes per read.

The max nodes per read.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerRegisterNodes
getset

Gets or sets the max nodes per register nodes.

The max nodes per register nodes.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerTranslateBrowsePathsToNodeIds
getset

Gets or sets the max nodes per translate browse paths to node ids.

The max nodes per translate browse paths to node ids.

uint UnifiedAutomation.UaServer.SessionLimits.MaxNodesPerWrite
getset

Gets or sets the max nodes per write.

The max nodes per write.

uint UnifiedAutomation.UaServer.SessionLimits.MaxRequestAge
getset

Gets or sets the max request age (min

The max request age.

uint UnifiedAutomation.UaServer.SessionLimits.MaxSessionCount
getset

Gets or sets the max session count.

The max session count.

uint UnifiedAutomation.UaServer.SessionLimits.MaxSessionTimeout
getset

Gets or sets the max session timeout.

The max session timeout.

uint UnifiedAutomation.UaServer.SessionLimits.MinNonceLength
getset

Gets or sets the length of the min nonce.

The length of the min nonce.

uint UnifiedAutomation.UaServer.SessionLimits.MinSessionTimeout
getset

Gets or sets the min session timeout.

The min session timeout.


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