Partager via


IActorStateProvider.Initialize(ActorTypeInformation) Méthode

Définition

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

public void Initialize (Microsoft.ServiceFabric.Actors.Runtime.ActorTypeInformation actorTypeInformation);
abstract member Initialize : Microsoft.ServiceFabric.Actors.Runtime.ActorTypeInformation -> unit
Public Sub Initialize (actorTypeInformation As ActorTypeInformation)

Paramètres

actorTypeInformation
ActorTypeInformation

Informations de type de la classe actor

S’applique à