Partager via


KeyValueStoreReplica.OnOpenAsync Méthode

Définition

Appelé sur un service initialisé réplica l’ouvrir afin que des actions supplémentaires puissent être effectuées.

protected virtual System.Threading.Tasks.Task OnOpenAsync (System.Fabric.ReplicaOpenMode openMode, System.Fabric.IStatefulServicePartition partition, System.Threading.CancellationToken cancellationToken);
abstract member OnOpenAsync : System.Fabric.ReplicaOpenMode * System.Fabric.IStatefulServicePartition * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.OnOpenAsync : System.Fabric.ReplicaOpenMode * System.Fabric.IStatefulServicePartition * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Protected Overridable Function OnOpenAsync (openMode As ReplicaOpenMode, partition As IStatefulServicePartition, cancellationToken As CancellationToken) As Task

Paramètres

openMode
ReplicaOpenMode

Objet ReplicaOpenMode spécifiant pour cette réplica s’il est nouveau ou récupéré.

partition
IStatefulServicePartition

Objet IStatefulServicePartition représentant les informations de partition de service avec état pour cette réplica.

cancellationToken
CancellationToken

Objet CancellationToken que l’opération surveille, qui peut être utilisé pour notifier la tâche d’annulation.

Retours

Objet Task représentant l’opération asynchrone.

S’applique à