'Declaration
<NotNullAttribute()> Overloads Public Operator Widening CType( _ ByVal dataSource As DADataSource _ ) As DAReadParameters
'Usage
[NotNull()] public DAReadParameters operator implicit( DADataSource dataSource )
[NotNull()] public: operator DAReadParameters^ ( DADataSource dataSource )
Parameters
- dataSource
- Selects the data source for OPC reads (from device, from OPC cache, or dynamically determined).
Return Value
Returns a DAReadParameters object converted from the input argument.