Compartir a través de


ReliableCollectionsActorStateProvider.IActorStateProvider.Initialize Método

Definición

Inicializa el proveedor de estado de actor con información de tipo del tipo de actor asociado.

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

Parámetros

actorTypeInformation
ActorTypeInformation

Información de tipo de la clase de actor

Implementaciones

Se aplica a