'Declaration<ExtensionAttribute()> Public Shared Sub Clear( _ ByVal edgeNode As IEasySparkplugEdgeNode _ )
'UsageDim edgeNode As IEasySparkplugEdgeNode IEasySparkplugEdgeNodeExtension.Clear(edgeNode)
[Extension()] public static void Clear( IEasySparkplugEdgeNode edgeNode )
[Extension()] public: static void Clear( IEasySparkplugEdgeNode^ edgeNode )
Parameters
- edgeNode
- The Sparkplug edge node that will perform the operation.
The value of this parameter cannot be
null(Nothingin Visual Basic).