Aracılığıyla paylaş


ActorInformation Class

Definition

Represents the information about an actor returned by Actor Query method call.

[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
Inheritance
ActorInformation
Attributes

Constructors

ActorInformation(ActorId, Boolean)

Initializes a new instance of the ActorInformation class.

Properties

ActorId

Gets ActorId for the actor.

IsActive

Gets a value indicating whether the actor is active.

Applies to