次の方法で共有


IActorStateProvider.Initialize(ActorTypeInformation) メソッド

定義

アクター状態プロバイダーに関連付けられているアクター型の型情報を使用して初期化します。

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

パラメーター

actorTypeInformation
ActorTypeInformation

アクター クラスの型情報

適用対象