Partager via


PropertyBatchResult Classe

Définition

Spécifie le lot qui contient les résultats de l’appel SubmitPropertyBatchAsync(Uri, ICollection<PropertyBatchOperation>, TimeSpan, CancellationToken) de méthode.

public sealed class PropertyBatchResult
type PropertyBatchResult = class
Public NotInheritable Class PropertyBatchResult
Héritage
PropertyBatchResult

Propriétés

FailedOperationException

Obtient l’exception d’opération ayant échoué. Ce paramètre contient l’exception levée en raison du premier objet ayant échoué PropertyBatchOperation dans le lot.

FailedOperationIndex

Obtient l’index d’opération ayant échoué. Ce paramètre contient l’index de l’échec PropertyBatchOperation dans le lot.

Méthodes

GetProperty(Int32)

Obtient l’objet NamedProperty retourné par dans PropertyBatchOperation l’index spécifié.

S’applique à