IAdminLifetimeEvents

From Virtual World Web Wiki
Revision as of 21:03, 12 April 2017 by Spark5 (Talk | contribs) (Documentation for the IAdminLifetimeEvents class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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. Admin lifetime events fire in the admin web component environment and offer service lifetime notifications.

See also: AdminLifetimeEventsHandler

Remarks [edit]

Methods

void Initialize()
Fires when the admin web service starts up and initializes the Layer Two component system
void Shutdown()
Fires when the admin web service is shutting down