C# Class Universe.Services.GridWideMessageModule

Inheritance: IService, IGridWideMessageModule
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Protected Properties

Свойство Type Description
m_capsService ICapsService
m_messagePost ISyncMessagePosterService
m_registry IRegistryCore

Méthodes publiques

Méthode Description
FinishedStartup ( ) : void
Initialize ( IConfigSource config, IRegistryCore registry ) : void
KickUser ( UUID avatarID, string message ) : void
MessageUser ( UUID avatarID, string message ) : void
SendAlert ( string message ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Méthodes protégées

Méthode Description
KickUserMessage ( IScene scene, string cmd ) : void
OnMessageReceived ( OSDMap message ) : OSDMap
SendGridAlert ( IScene scene, string cmd ) : void
SendGridMessage ( IScene scene, string cmd ) : void

Private Methods

Méthode Description
BuildRequest ( string name, string value, string user ) : OSDMap
CombineParams ( string commandParams, int pos ) : string
CombineParams ( string commandParams, int pos, int end ) : string

Method Details

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

KickUser() public méthode

public KickUser ( UUID avatarID, string message ) : void
avatarID UUID
message string
Résultat void

KickUserMessage() protected méthode

protected KickUserMessage ( IScene scene, string cmd ) : void
scene IScene
cmd string
Résultat void

MessageUser() public méthode

public MessageUser ( UUID avatarID, string message ) : void
avatarID UUID
message string
Résultat void

OnMessageReceived() protected méthode

protected OnMessageReceived ( OSDMap message ) : OSDMap
message OSDMap
Résultat OSDMap

SendAlert() public méthode

public SendAlert ( string message ) : void
message string
Résultat void

SendGridAlert() protected méthode

protected SendGridAlert ( IScene scene, string cmd ) : void
scene IScene
cmd string
Résultat void

SendGridMessage() protected méthode

protected SendGridMessage ( IScene scene, string cmd ) : void
scene IScene
cmd string
Résultat void

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Property Details

m_capsService protected_oe property

protected ICapsService m_capsService
Résultat ICapsService

m_messagePost protected_oe property

protected ISyncMessagePosterService m_messagePost
Résultat ISyncMessagePosterService

m_registry protected_oe property

protected IRegistryCore m_registry
Résultat IRegistryCore