C# 클래스 OpenMetaverse.Messages.Linden.ChatSessionRequestMuteUpdate

A moderation request sent from a conference moderator Contains an agent and an optional action to take
상속: IChatSessionRequest
파일 보기 프로젝트 열기: N3X15/VoxelSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AgentID UUID
RequestKey string
RequestValue bool
SessionID UUID

공개 메소드들

메소드 설명
ChatSessionRequestMuteUpdate ( ) : System
Deserialize ( OSDMap map ) : void

Deserialize the message

Serialize ( ) : OSDMap

Serialize the object

메소드 상세

ChatSessionRequestMuteUpdate() 공개 메소드

public ChatSessionRequestMuteUpdate ( ) : System
리턴 System

Deserialize() 공개 메소드

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

Serialize() 공개 메소드

Serialize the object
public Serialize ( ) : OSDMap
리턴 OSDMap

프로퍼티 상세

AgentID 공개적으로 프로퍼티

public UUID AgentID
리턴 UUID

RequestKey 공개적으로 프로퍼티

A list containing Key/Value pairs, known valid values: key: text value: true/false - allow/disallow specified agents ability to use text in session key: voice value: true/false - allow/disallow specified agents ability to use voice in session
"text" or "voice"
public string RequestKey
리턴 string

RequestValue 공개적으로 프로퍼티

public bool RequestValue
리턴 bool

SessionID 공개적으로 프로퍼티

The Session ID
public UUID SessionID
리턴 UUID