'Declaration
Public Function New( _ ByVal requestedUpdateRate As Integer, _ ByVal percentDeadband As Single, _ ByVal locale As Long _ )
'Usage
Dim requestedUpdateRate As Integer Dim percentDeadband As Single Dim locale As Long Dim instance As New DAGroupParameters(requestedUpdateRate, percentDeadband, locale)
public DAGroupParameters( int requestedUpdateRate, float percentDeadband, long locale )
public: DAGroupParameters( int requestedUpdateRate, float percentDeadband, int64 locale )
Parameters
- requestedUpdateRate
- How often should the updates be received (number of milliseconds).
- percentDeadband
- The percent change in an item value that will cause an update.
- locale
- The language to be used by the server when returning values.