Opc.Ua.Core
MaxMonitoredItemsPerCall Property



Opc.Ua Namespace > OperationLimits Class : MaxMonitoredItemsPerCall Property
Indicates the maximum size of the itemsToCreate array when a Client calls the CreateMonitoredItems Service, the maximum size of the itemsToModify array when a Client calls the ModifyMonitoredItems Service, the maximum size of the monitoredItemIds array when a Client calls the SetMonitoringMode Service or the DeleteMonitoredItems Service, the maximum size of the sum of the linksToAdd and linksToRemove arrays when a Client calls the SetTriggering Service.
Syntax
'Declaration
 
<DataMemberAttribute(120)>
Public Property MaxMonitoredItemsPerCall As UInteger
'Usage
 
Dim instance As OperationLimits
Dim value As UInteger
 
instance.MaxMonitoredItemsPerCall = value
 
value = instance.MaxMonitoredItemsPerCall
[DataMember(120)]
public uint MaxMonitoredItemsPerCall {get; set;}
[DataMember(120)]
public:
property uint MaxMonitoredItemsPerCall {
   uint get();
   void set (    uint value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OperationLimits Class
OperationLimits Members