次の方法で共有


ActorInformation(ActorId, Boolean) コンストラクター

定義

ActorInformation クラスの新しいインスタンスを初期化します。

public ActorInformation (Microsoft.ServiceFabric.Actors.ActorId actorId, bool isActive);
new Microsoft.ServiceFabric.Actors.Query.ActorInformation : Microsoft.ServiceFabric.Actors.ActorId * bool -> Microsoft.ServiceFabric.Actors.Query.ActorInformation
Public Sub New (actorId As ActorId, isActive As Boolean)

パラメーター

actorId
ActorId

アクターの ID。

isActive
Boolean

アクターがアクティブか非アクティブかを示します。

適用対象