UA Bundle SDK .NET  2.1.2.227
 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.ModelControllerBase.

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.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 MaxNodesPerHistoryRead [get, set]
 Gets or sets the MaxNodesPerHistoryRead More...
 
uint MaxNodesPerHistoryUpdate [get, set]
 Gets or sets the MaxNodesPerHistoryUpdate 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...
 
- 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

Identifies the operation limits imposed by the server.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.OperationLimitsModel.OperationLimitsModel ( )

Initializes a new instance of the OperationLimitsModel class.

UnifiedAutomation.UaServer.OperationLimitsModel.OperationLimitsModel ( OperationLimitsModel  template)

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 MaxMonitoredItemsPerCall The maximum number of operations in a single MonitoredItem related request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerBrowse
getset

Gets or sets the MaxNodesPerBrowse

The MaxNodesPerBrowse The maximum number of operations in a single Browse request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryRead
getset

Gets or sets the MaxNodesPerHistoryRead

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

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerHistoryUpdate
getset

Gets or sets the MaxNodesPerHistoryUpdate

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

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerMethodCall
getset

Gets or sets the MaxNodesPerMethodCall

The MaxNodesPerMethodCall The maximum number of operations in a single Call request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerNodeManagement
getset

Gets or sets the MaxNodesPerNodeManagement

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 MaxNodesPerRead The maximum number of operations in a single Read request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerRegisterNodes
getset

Gets or sets the MaxNodesPerRegisterNodes

The MaxNodesPerRegisterNodes The maximum number of operations in a single RegisterNodes request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerTranslateBrowsePathsToNodeIds
getset

Gets or sets the MaxNodesPerTranslateBrowsePathsToNodeIds

The MaxNodesPerTranslateBrowsePathsToNodeIds The maximum number of operations in a single TranslateBrowsePathsToNodeIds request.

uint UnifiedAutomation.UaServer.OperationLimitsModel.MaxNodesPerWrite
getset

Gets or sets the MaxNodesPerWrite

The MaxNodesPerWrite The maximum number of operations in a single Write request.


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