InstanceStore.EndTryCommand(IAsyncResult) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Termine une opération asynchrone.
protected public:
virtual bool EndTryCommand(IAsyncResult ^ result);
protected internal virtual bool EndTryCommand (IAsyncResult result);
abstract member EndTryCommand : IAsyncResult -> bool
override this.EndTryCommand : IAsyncResult -> bool
Protected Friend Overridable Function EndTryCommand (result As IAsyncResult) As Boolean
Paramètres
- result
- IAsyncResult
Résultat de l'opération.
Retours
Une implémentation de fournisseur de persistance doit retourner false si elle ne prend pas en charge la commande passée à la méthode BeginTryCommand. Sinon, elle doit retourner True ou lever une exception.
Remarques
Avertissement
Même si cette méthode est déclarée en tant virtual
que plutôt que abstract
, il n’existe aucune implémentation. Cette méthode doit être remplacée pour fournir des fonctionnalités.