| Overload | Description |
|---|---|
| SparkplugPayloadPublicationArguments Constructor() | Initializes a new instance of the class with default data. |
| SparkplugPayloadPublicationArguments Constructor(SparkplugDeviceDescriptor,SparkplugPayload) | Initializes a new instance of the class with the specified device descriptor and payload. |
| SparkplugPayloadPublicationArguments Constructor(SparkplugEdgeNodeDescriptor,SparkplugPayload) | Initializes a new instance of the class with the specified edge node descriptor and payload. |
| SparkplugPayloadPublicationArguments Constructor(SparkplugHostDescriptor,SparkplugDeviceDescriptor,SparkplugPayload) | Initializes a new instance of the class with the specified host descriptor, device descriptor, and payload. |
| SparkplugPayloadPublicationArguments Constructor(SparkplugHostDescriptor,SparkplugEdgeNodeDescriptor,SparkplugPayload) | Initializes a new instance of the class with the specified host descriptor, edge node descriptor, and payload. |
| SparkplugPayloadPublicationArguments Constructor(SparkplugComponentTypes,SparkplugHostDescriptor,String,String,String,SparkplugPayload) | Initializes a new instance of the class with the specified component type, host descriptor, group ID, edge node ID, device ID, and payload. |
| SparkplugPayloadPublicationArguments Constructor(SparkplugMetricPublicationArguments) | Initializes a new instance of the class with the specified metric publication arguments, making a payload with that single metric. |
| SparkplugPayloadPublicationArguments Constructor(SparkplugPayloadPublicationArguments) | Initializes a new instance of the class, making a copy of an existing instance. |
| SparkplugPayloadPublicationArguments Constructor(SparkplugPublicationArguments,SparkplugPayload) | Initializes a new instance of the class with the specified Sparkplug publication arguments and payload. |
| SparkplugPayloadPublicationArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |