'DeclarationPublic Sub PerformRead( _ ByRef data As SparkplugData _ )
'UsageDim instance As SparkplugMetric Dim data As SparkplugData instance.PerformRead(data)
public void PerformRead( out SparkplugData data )
public: void PerformRead( [Out] SparkplugData^ data )
Parameters
- data
- Contains the Sparkplug data that are the output of the Read operation.
The value of this parameter cannot be
null(Nothingin Visual Basic).