次の方法で共有


ActorInformation クラス

定義

Actor Query メソッドの呼び出しによって返されるアクターに関する情報を表します。

[System.Runtime.Serialization.DataContract(Name="ActorInformation", Namespace="urn:actors")]
[System.Serializable]
public sealed class ActorInformation
[<System.Runtime.Serialization.DataContract(Name="ActorInformation", Namespace="urn:actors")>]
[<System.Serializable>]
type ActorInformation = class
Public NotInheritable Class ActorInformation
継承
ActorInformation
属性

コンストラクター

ActorInformation(ActorId, Boolean)

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

プロパティ

ActorId

アクターの ActorId を取得します。

IsActive

アクターがアクティブかどうかを示す値を取得します。

適用対象