Difference between revisions of "IProviderLifetimeEvents"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the IProviderLifetimeEvents class)
 
(Documentation for the IProviderLifetimeEvents class)
 
Line 5: Line 5:
  
 
===Remarks <nowiki>[</nowiki>[{{fullurl:IProviderLifetimeEvents Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:IProviderLifetimeEvents Remarks|action=edit}} edit]<nowiki>]</nowiki>===
{{:IProviderLifetimeEvents Remarks}}
+
{{#ifexist:IProviderLifetimeEvents Remarks|{{:IProviderLifetimeEvents Remarks}}|}}
  
 
===Methods===
 
===Methods===

Latest revision as of 21:03, 12 April 2017

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. Provider lifetime events fire in the service provider component environment and offer service lifetime notifications.

See also: ProviderLifetimeEventsHandler

Remarks [edit]

Methods

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