Opc.Ua.Core
MaxNodesPerMethodCall Property



Opc.Ua Namespace > OperationLimits Class : MaxNodesPerMethodCall Property
Indicates the maximum size of the methodsToCall array when a Client calls the Call Service.
Syntax
'Declaration
 
<DataMemberAttribute(70)>
Public Property MaxNodesPerMethodCall As UInteger
'Usage
 
Dim instance As OperationLimits
Dim value As UInteger
 
instance.MaxNodesPerMethodCall = value
 
value = instance.MaxNodesPerMethodCall
[DataMember(70)]
public uint MaxNodesPerMethodCall {get; set;}
[DataMember(70)]
public:
property uint MaxNodesPerMethodCall {
   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