DataServiceResponse.BatchStatusCode 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 code from an HTTP response associated with a batch request.
public:
property int BatchStatusCode { int get(); };
public int BatchStatusCode { get; }
member this.BatchStatusCode : int
Public ReadOnly Property BatchStatusCode As Integer
Property Value
An integer based on status codes defined in Hypertext Transfer Protocol.
Remarks
For batching operations, this is the status code from the HTTP response associated with the entire batch. For non-batching requests, the value is always 200, which means the caller must inspect each operation to determine its result.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.