ActorInformation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |