QuickOPC User's Guide and Reference
Implicit Type Conversion(DAReadParameters,Int32) Operator



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAReadParameters Class > Implicit Type Conversion Operator : Implicit Type Conversion(DAReadParameters,Int32) Operator
Determines the age of value you would like to obtain (in milliseconds).
Converts a value age (integer, in milliseconds) to a DAReadParameters object.
Syntax
'Declaration
 
<NotNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal valueAge As Integer _
) As DAReadParameters
'Usage
 
[NotNull()]
public DAReadParameters operator implicit( 
   int valueAge
)
[NotNull()]
public:
operator DAReadParameters^ ( 
   int valueAge
)

Parameters

valueAge
Determines the age of value you would like to obtain (in milliseconds).

Return Value

Returns a DAReadParameters object converted from the input argument.
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