QuickOPC User's Guide and Reference
Implicit Type Conversion Operator (DAGroupParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAGroupParameters Class : Implicit Type Conversion Operator
The requested update rate - how often should the updates be received (number of milliseconds).
Converts an integer value denoting the requested update rate (in milliseconds) to the group parameters object.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Operator Widening CType( _
   ByVal requestedUpdateRate As Integer _
) As DAGroupParameters
'Usage
 
[NotNull()]
public DAGroupParameters operator implicit( 
   int requestedUpdateRate
)
[NotNull()]
public:
operator DAGroupParameters^ ( 
   int requestedUpdateRate
)

Parameters

requestedUpdateRate
The requested update rate - how often should the updates be received (number of milliseconds).

Return Value

The group parameters with the requested update rate.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also