'Declaration
Public Function New( _ ByVal dataSource As DADataSource, _ ByVal valueAge As Integer _ )
'Usage
Dim dataSource As DADataSource Dim valueAge As Integer Dim instance As New DAReadParameters(dataSource, valueAge)
public DAReadParameters( DADataSource dataSource, int valueAge )
public: DAReadParameters( DADataSource dataSource, int valueAge )
Parameters
- dataSource
- Selects the data source for OPC reads (from device, from OPC cache, or dynamically determined).
- valueAge
- Determines the age of value you would like to obtain (in milliseconds).