Class MqttClientAgentCollection
Represents the collection of MQTT Client agents in the IoT Gateway.
[Endpoint("/config/v1/project/_iot_gateway/mqtt_clients", null)]
public class MqttClientAgentCollection : EntityCollection<MqttClientAgent>, IList<MqttClientAgent>, ICollection<MqttClientAgent>, IReadOnlyList<MqttClientAgent>, IReadOnlyCollection<MqttClientAgent>, IEnumerable<MqttClientAgent>, IList, ICollection, IEnumerable, IHaveOwner
- Inheritance
-
MqttClientAgentCollection
- Implements
- Inherited Members
Constructors
- MqttClientAgentCollection()
Initializes a new instance of the MqttClientAgentCollection class.