SetAppLifecycleReporter Method

Com.MarcusTS.LifecycleAware

LifecycleAwareUtils..::..SetAppLifecycleReporter Method

Sets the application lifecycle reporter.

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

Syntax


public static void SetAppLifecycleReporter(
	IHostAppLifecycleReporter host,
	ref IReportAppLifecycle hostProperty,
	IReportAppLifecycle newReporter
)
Public Shared Sub SetAppLifecycleReporter ( _
	host As IHostAppLifecycleReporter, _
	ByRef hostProperty As IReportAppLifecycle, _
	newReporter As IReportAppLifecycle _
)
public:
static void SetAppLifecycleReporter(
	IHostAppLifecycleReporter^ host, 
	IReportAppLifecycle^% hostProperty, 
	IReportAppLifecycle^ newReporter
)