'Declaration<ExtensionAttribute()> Public Overloads Shared Sub EdgeNodeRebirth( _ ByVal consumer As IEasySparkplugConsumer, _ ByVal hostDescriptor As SparkplugHostDescriptor, _ ByVal groupId As String, _ ByVal edgeNodeId As String _ )
'UsageDim consumer As IEasySparkplugConsumer Dim hostDescriptor As SparkplugHostDescriptor Dim groupId As String Dim edgeNodeId As String IEasySparkplugConsumerExtension.EdgeNodeRebirth(consumer, hostDescriptor, groupId, edgeNodeId)
[Extension()] public static void EdgeNodeRebirth( IEasySparkplugConsumer consumer, SparkplugHostDescriptor hostDescriptor, string groupId, string edgeNodeId )
[Extension()] public: static void EdgeNodeRebirth( IEasySparkplugConsumer^ consumer, SparkplugHostDescriptor^ hostDescriptor, String^ groupId, String^ edgeNodeId )
Parameters
- consumer
- The consumer object that will perform the operation.
The value of this parameter cannot be
null(Nothingin Visual Basic). - hostDescriptor
- The Sparkplug host descriptor.
The value of this parameter cannot be
null(Nothingin Visual Basic). - groupId
- The Sparkplug group ID.
The value represents a Sparkplug group ID. It must be a string with valid UTF-8 characters except for the reserved characters of '+' (plus), '/' (forward slash), and '#' (number sign).
The value of this parameter cannot be
null(Nothingin Visual Basic). - edgeNodeId
- The Sparkplug edge node ID.
The value represents a Sparkplug edge node ID. It must be a string with valid UTF-8 characters except for the reserved characters of '+' (plus), '/' (forward slash), and '#' (number sign).
The value of this parameter cannot be
null(Nothingin Visual Basic).