Enum Retain
- Assembly
- Azure.Iot.Operations.Services.dll
When set to 'Keep', messages published to an MQTT broker will have the retain flag set.
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Retain
Fields
Keep = 0Never = 1
When set to 'Keep', messages published to an MQTT broker will have the retain flag set.
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Retain
Keep = 0Never = 1