KeyValueStoreReplica.OpenAsync 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.
Ouvre le réplica et son réplicateur en vue d’une mise en ligne dans un ensemble de réplica.
public System.Threading.Tasks.Task<System.Fabric.IReplicator> OpenAsync (System.Fabric.ReplicaOpenMode openMode, System.Fabric.IStatefulServicePartition partition, System.Threading.CancellationToken cancellationToken);
abstract member OpenAsync : System.Fabric.ReplicaOpenMode * System.Fabric.IStatefulServicePartition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.IReplicator>
override this.OpenAsync : System.Fabric.ReplicaOpenMode * System.Fabric.IStatefulServicePartition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.IReplicator>
Public Function OpenAsync (openMode As ReplicaOpenMode, partition As IStatefulServicePartition, cancellationToken As CancellationToken) As Task(Of IReplicator)
Paramètres
- openMode
- ReplicaOpenMode
Spécifie le contexte dans lequel cette réplica est ouverte.
- partition
- IStatefulServicePartition
Contient des informations décrivant l’ensemble de réplica auquel appartient cette réplica.
- cancellationToken
- CancellationToken
Actuellement inutilisé. Réservé pour un usage futur.
Retours
Tâche pour indiquer l’achèvement de l’ouverture Task<TResult>.
Implémente
Remarques
Cette méthode n’a pas besoin d’être appelée explicitement si l’application réplica dérive de KeyValueStoreReplica, qui est le modèle recommandé. Dans ce cas, l’application réplica doit remplacer OnOpenAsync à la place.
S’applique à
Azure SDK for .NET