FeedbackRecord.StatusCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of feedback messages that are generated by the IoT hub.
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")]
public Microsoft.Azure.Devices.FeedbackStatusCode StatusCode { get; set; }
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")]
public Microsoft.Azure.Devices.FeedbackStatusCode StatusCode { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")>]
member this.StatusCode : Microsoft.Azure.Devices.FeedbackStatusCode with get, set
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")>]
member this.StatusCode : Microsoft.Azure.Devices.FeedbackStatusCode
Public Property StatusCode As FeedbackStatusCode
Public ReadOnly Property StatusCode As FeedbackStatusCode
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
Possible values are:
- Success
- Expired
- DeliveryCountExceeded
- Rejected
- Purged
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET