'DeclarationPublic Function New( _ ByVal requestedUpdateRate As Integer, _ ByVal percentDeadband As Single _ )
'UsageDim requestedUpdateRate As Integer Dim percentDeadband As Single Dim instance As New DAGroupParameters(requestedUpdateRate, percentDeadband)
public DAGroupParameters( int requestedUpdateRate, float percentDeadband )
public: DAGroupParameters( int requestedUpdateRate, float percentDeadband )
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.