EasyUA Reference
SamplingRateGroup Constructor(Int32,Int32,Int32)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > SamplingRateGroup Class > SamplingRateGroup Constructor : SamplingRateGroup Constructor(Int32,Int32,Int32)

start
The start.
increment
The increment.
count
The count.

Glossary Item Box

Creates a group with the specified settings.

Syntax

Visual Basic (Usage)Copy Code
Dim start As Integer
Dim increment As Integer
Dim count As Integer
 
Dim instance As New SamplingRateGroup(start, increment, count)
C# 
public SamplingRateGroup( 
   int start,
   int increment,
   int count
)

Parameters

start
The start.
increment
The increment.
count
The count.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.