AppLifecycleReporter Property

Com.MarcusTS.LifecycleAware

IHostAppLifecycleReporter..::..AppLifecycleReporter Property

Gets or sets the application lifecycle reporter.

Namespace:  Com.MarcusTS.LifecycleAware.Common.Interfaces
Assembly:  Com.MarcusTS.LifecycleAware (in Com.MarcusTS.LifecycleAware.dll)

Syntax


IReportAppLifecycle AppLifecycleReporter { get; set; }
Property AppLifecycleReporter As IReportAppLifecycle
	Get
	Set
property IReportAppLifecycle^ AppLifecycleReporter {
	IReportAppLifecycle^ get ();
	void set (IReportAppLifecycle^ value);
}

Field Value

The application lifecycle reporter.