Freigeben über


ActorInformation Klasse

Definition

Stellt die Informationen zu einem Akteur dar, der vom Aufruf der Actor Query-Methode zurückgegeben wird.

[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
Vererbung
ActorInformation
Attribute

Konstruktoren

ActorInformation(ActorId, Boolean)

Initialisiert eine neue Instanz der ActorInformation-Klasse.

Eigenschaften

ActorId

Ruft ActorId für den Akteur ab.

IsActive

Ruft einen Wert ab, der angibt, ob der Akteur aktiv ist.

Gilt für: