Sdílet prostřednictvím


IActorStateProvider.Initialize(ActorTypeInformation) Method

Definition

Initializes the actor state provider with type information of the actor type associated with it.

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

Parameters

actorTypeInformation
ActorTypeInformation

Type information of the actor class

Applies to