C# Class OpenMetaverse.Messages.Linden.ForceCloseChatterBoxSessionMessage

An EventQueue message sent when the agent is forcibly removed from a chatterbox session
Inheritance: IMessage
ファイルを表示 Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
Reason string
SessionID UUID

Public Methods

Method Description
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

Method Details

Deserialize() public method

Deserialize the message
public Deserialize ( OSDMap map ) : void
map OSDMap An containing the data
return void

Serialize() public method

Serialize the object
public Serialize ( ) : OSDMap
return OSDMap

Property Details

Reason public_oe property

A string containing the reason the agent was removed
public string Reason
return string

SessionID public_oe property

The ChatterBoxSession's SessionID
public UUID SessionID
return UUID