EasyUA Reference
MaxOperationsPerRequest Property
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > RequestSettings Class : MaxOperationsPerRequest Property

Glossary Item Box

Gets or sets the max operations per request.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As RequestSettings
Dim value As UInteger
 
instance.MaxOperationsPerRequest = value
 
value = instance.MaxOperationsPerRequest
C# 
public uint MaxOperationsPerRequest {get; set;}

Property Value

The maximum number of operations per service request sent to the OPC UA server. The SDK splits the calls if necessary. The default value is UInt16.MaxValue.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.