PropertyBatchResult Class

Definition

Specifies the batch that contains the results from the SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>, TimeSpan, CancellationToken) method call.

public sealed class PropertyBatchResult
type PropertyBatchResult = class
Public NotInheritable Class PropertyBatchResult
Inheritance
PropertyBatchResult

Properties

FailedOperationException

Gets the failed operation exception. This parameter contains the exception thrown due to the first unsuccessful PropertyBatchOperation object in the batch.

FailedOperationIndex

Gets the failed operation index. This parameter contains the index of the unsuccessful PropertyBatchOperation in the batch.

Methods

GetProperty(Int32)

Gets the NamedProperty object that is returned by the PropertyBatchOperation in the specified index.

Applies to