'Declaration<ExtensionAttribute()> <JetBrains.Annotations.NotNullAttribute()> Public Shared Function AsStarted( _ ByVal edgeNode As IEasySparkplugEdgeNode _ ) As IEasySparkplugEdgeNode
'UsageDim edgeNode As IEasySparkplugEdgeNode Dim value As IEasySparkplugEdgeNode value = IEasySparkplugEdgeNodeExtension.AsStarted(edgeNode)
[Extension()] [JetBrains.Annotations.NotNull()] public static IEasySparkplugEdgeNode AsStarted( IEasySparkplugEdgeNode edgeNode )
[Extension()] [JetBrains.Annotations.NotNull()] public: static IEasySparkplugEdgeNode^ AsStarted( IEasySparkplugEdgeNode^ edgeNode )
Parameters
- edgeNode
- The Sparkplug edge node that will perform the operation.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method never returns null (Nothing in Visual Basic).