ISessionEvents

From Virtual World Web Wiki
Jump to: navigation, search

This interface describes a Layer Two extensibility point. Components can implement this interface and an instance of the implementing class will be created by MEF on startup. Session events fire on the service provider to notify components of session lifetime events

See also: SessionEventsHandler

Remarks [edit]

Methods

void SessionCreated(ISessionManager identity)
Fired on the service provider when a session is created
void SessionDeleted(ISessionManager identity, DateTime when, bool graceful)
Fired on the service provider when a session is deleted