Partager via


VolatileActorStateProvider.IActorStateProvider.Initialize Méthode

Définition

Initialise le fournisseur d’état d’acteur avec les informations de type du type d’acteur qui lui est associé.

void IActorStateProvider.Initialize (Microsoft.ServiceFabric.Actors.Runtime.ActorTypeInformation actorTypeInfo);
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 (actorTypeInfo As ActorTypeInformation) Implements IActorStateProvider.Initialize

Paramètres

actorTypeInfo
ActorTypeInformation

Informations de type de la classe actor

Implémente

S’applique à