'DeclarationPublic Function New( _ ByVal consumerCore As EasySparkplugConsumerCore _ )
'UsageDim consumerCore As EasySparkplugConsumerCore Dim instance As New EasySparkplugConsumerCore(consumerCore)
public EasySparkplugConsumerCore( EasySparkplugConsumerCore consumerCore )
public: EasySparkplugConsumerCore( EasySparkplugConsumerCore^ consumerCore )
Parameters
- consumerCore
- The Sparkplug consumer core object to copy from.
The value of this parameter cannot be
null(Nothingin Visual Basic).