Partager via


KvsActorStateProviderBase.IActorStateProvider.Initialize Méthode

Définition

Initialise le fournisseur d’état de l’acteur avec les informations de type de type d’acteur qui lui sont associées.

void IActorStateProvider.Initialize (Microsoft.ServiceFabric.Actors.Runtime.ActorTypeInformation actorTypeInformation);
abstract member Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider.Initialize : Microsoft.ServiceFabric.Actors.Runtime.ActorTypeInformation -> unit
override this.Microsoft.ServiceFabric.Actors.Runtime.IActorStateProvider.Initialize : Microsoft.ServiceFabric.Actors.Runtime.ActorTypeInformation -> unit
Sub Initialize (actorTypeInformation As ActorTypeInformation) Implements IActorStateProvider.Initialize

Paramètres

actorTypeInformation
ActorTypeInformation

Informations de type de la classe d’acteur

Implémente

S’applique à