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

Identifies the operation limits imposed by the server. More...

Inherits UnifiedAutomation.UaServer.BaseObjectModel.

Public Member Functions

 OperationLimitsModel ()
 Initializes a new instance of the OperationLimitsModel class. More...
 
 OperationLimitsModel (OperationLimitsModel template)
 Initializes a new instance of the OperationLimitsModel 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 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

uint MaxMonitoredItemsPerCall [get, set]
 Gets or sets the MaxMonitoredItemsPerCall More...
 
uint MaxNodesPerBrowse [get, set]
 Gets or sets the MaxNodesPerBrowse More...
 
uint MaxNodesPerHistoryReadData [get, set]
 Gets or sets the MaxNodesPerHistoryReadData More...
 
uint MaxNodesPerHistoryReadEvents [get, set]
 Gets or sets the MaxNodesPerHistoryReadEvents More...
 
uint MaxNodesPerHistoryUpdateData [get, set]
 Gets or sets the MaxNodesPerHistoryUpdateData More...
 
uint MaxNodesPerHistoryUpdateEvents [get, set]
 Gets or sets the MaxNodesPerHistoryUpdateEvents More...
 
uint MaxNodesPerMethodCall [get, set]
 Gets or sets the MaxNodesPerMethodCall More...
 
uint MaxNodesPerNodeManagement [get, set]
 Gets or sets the MaxNodesPerNodeManagement More...
 
uint MaxNodesPerRead [get, set]
 Gets or sets the MaxNodesPerRead More...
 
uint MaxNodesPerRegisterNodes [get, set]
 Gets or sets the MaxNodesPerRegisterNodes More...
 
uint MaxNodesPerTranslateBrowsePathsToNodeIds [get, set]
 Gets or sets the MaxNodesPerTranslateBrowsePathsToNodeIds More...
 
uint MaxNodesPerWrite [get, set]
 Gets or sets the MaxNodesPerWrite More...
 

Detailed Description

Identifies the operation limits imposed by the server.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.OperationLimitsModel.OperationLimitsModel ( )
inline

Initializes a new instance of the OperationLimitsModel class.

UnifiedAutomation.UaServer.OperationLimitsModel.OperationLimitsModel ( OperationLimitsModel  template)
inline

Initializes a new instance of the OperationLimitsModel class.

Parameters
templateThe template.

Property Documentation

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxMonitoredItemsPerCall
getset

Gets or sets the MaxMonitoredItemsPerCall

The maximum number of operations in a single MonitoredItem related request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerBrowse
getset

Gets or sets the MaxNodesPerBrowse

The maximum number of operations in a single Browse request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryReadData
getset

Gets or sets the MaxNodesPerHistoryReadData

The maximum number of operations in a single data HistoryRead request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryReadEvents
getset

Gets or sets the MaxNodesPerHistoryReadEvents

The maximum number of operations in a single event HistoryRead request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryUpdateData
getset

Gets or sets the MaxNodesPerHistoryUpdateData

The maximum number of operations in a single data HistoryUpdate request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryUpdateEvents
getset

Gets or sets the MaxNodesPerHistoryUpdateEvents

The maximum number of operations in a single event HistoryUpdate request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerMethodCall
getset

Gets or sets the MaxNodesPerMethodCall

The maximum number of operations in a single Call request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerNodeManagement
getset

Gets or sets the MaxNodesPerNodeManagement

The maximum number of operations in a single AddNodes, AddReferences, DeleteNodes or DeleteReferences request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerRead
getset

Gets or sets the MaxNodesPerRead

The maximum number of operations in a single Read request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerRegisterNodes
getset

Gets or sets the MaxNodesPerRegisterNodes

The maximum number of operations in a single RegisterNodes request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerTranslateBrowsePathsToNodeIds
getset

Gets or sets the MaxNodesPerTranslateBrowsePathsToNodeIds

The maximum number of operations in a single TranslateBrowsePathsToNodeIds request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerWrite
getset

Gets or sets the MaxNodesPerWrite

The maximum number of operations in a single Write request.


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