Opc.Ua.Core
SamplingRateGroup Constructor(Int32,Int32,Int32)



Opc.Ua Namespace > SamplingRateGroup Class > SamplingRateGroup Constructor : SamplingRateGroup Constructor(Int32,Int32,Int32)
The start.
The increment.
The count.
Creates a group with the specified settings.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Integer, _
   ByVal increment As Integer, _
   ByVal count As Integer _
)
'Usage
 
Dim start As Integer
Dim increment As Integer
Dim count As Integer
 
Dim instance As New SamplingRateGroup(start, increment, count)
public SamplingRateGroup( 
   int start,
   int increment,
   int count
)
public:
SamplingRateGroup( 
   int start,
   int increment,
   int count
)

Parameters

start
The start.
increment
The increment.
count
The count.
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

SamplingRateGroup Class
SamplingRateGroup Members
Overload List