PersistenceProvider.BeginCreate 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.
En cas d'implémentation dans une classe dérivée, représente le début de la phase Create. Cette dernière a lieu lorsque les enregistrements de l'instance du service sont créés dans le magasin de persistance.
public:
abstract IAsyncResult ^ BeginCreate(System::Object ^ instance, TimeSpan timeout, AsyncCallback ^ callback, System::Object ^ state);
public abstract IAsyncResult BeginCreate (object instance, TimeSpan timeout, AsyncCallback callback, object state);
abstract member BeginCreate : obj * TimeSpan * AsyncCallback * obj -> IAsyncResult
Public MustOverride Function BeginCreate (instance As Object, timeout As TimeSpan, callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- instance
- Object
État réel de l'instance.
- timeout
- TimeSpan
Période précédant l'abandon de la tentative par le fournisseur de persistance.
- callback
- AsyncCallback
Méthode à appeler lorsque l'opération est terminée.
- state
- Object
Objet fourni par l'utilisateur qui différencie cette opération asynchrone des autres opérations.
Retours
État de l'appel de la méthode BeginCreate(Object, TimeSpan, AsyncCallback, Object) asynchrone.