'DeclarationPublic Function PerformWrite( _ ByVal data As SparkplugData _ ) As Boolean
'UsageDim instance As SparkplugMetric Dim data As SparkplugData Dim value As Boolean value = instance.PerformWrite(data)
public bool PerformWrite( SparkplugData data )
public: bool PerformWrite( SparkplugData^ data )
Parameters
- data
- Contains the Sparkplug data that are the input to the Write operation.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
true when the write operation has succeeded; returns false otherwise.