C# Class WhiteCore.Modules.Chat.OfflineMessageModule

Inheritance: INonSharedRegionModule
Afficher le fichier Open project: WhiteCoreSim/WhiteCore-Dev

Méthodes publiques

Méthode Description
AddRegion ( IScene scene ) : void
Close ( ) : void
Initialise ( IConfigSource config ) : void
RegionLoaded ( IScene scene ) : void
RemoveRegion ( IScene scene ) : void

Private Methods

Méthode Description
FindClient ( UUID agentID ) : IClientAPI
OnClosingClient ( IClientAPI client ) : void
OnNewClient ( IClientAPI client ) : void
RetrieveInstantMessages ( IClientAPI client ) : void
UndeliveredMessage ( WhiteCore.Framework.ClientInterfaces.GridInstantMessage im, string reason ) : void
UpdateCachedInfo ( UUID agentID, WhiteCore.Framework.Services.CachedUserInfo info ) : void

Method Details

AddRegion() public méthode

public AddRegion ( IScene scene ) : void
scene IScene
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Initialise() public méthode

public Initialise ( IConfigSource config ) : void
config IConfigSource
Résultat void

RegionLoaded() public méthode

public RegionLoaded ( IScene scene ) : void
scene IScene
Résultat void

RemoveRegion() public méthode

public RemoveRegion ( IScene scene ) : void
scene IScene
Résultat void