C# Class OpenMetaverse.Messages.Linden.ForceCloseChatterBoxSessionMessage

An EventQueue message sent when the agent is forcibly removed from a chatterbox session
Inheritance: IMessage
Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Свойство Type Description
Reason string
SessionID UUID

Méthodes publiques

Méthode Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public méthode

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
Résultat void

Serialize() public méthode

Serialize the object
public Serialize ( ) : OSDMap
Résultat OSDMap

Property Details

Reason public_oe property

A string containing the reason the agent was removed
public string Reason
Résultat string

SessionID public_oe property

The ChatterBoxSession's SessionID
public UUID SessionID
Résultat UUID