SetStageLifecycleReporter Method

Com.MarcusTS.LifecycleAware

LifecycleAwareUtils..::..SetStageLifecycleReporter Method

Sets the stage lifecycle reporter.

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

Syntax


public static void SetStageLifecycleReporter(
	IHostStageLifecycleReporter host,
	ref IReportStageLifecycle hostProperty,
	IReportStageLifecycle newReporter
)
Public Shared Sub SetStageLifecycleReporter ( _
	host As IHostStageLifecycleReporter, _
	ByRef hostProperty As IReportStageLifecycle, _
	newReporter As IReportStageLifecycle _
)
public:
static void SetStageLifecycleReporter(
	IHostStageLifecycleReporter^ host, 
	IReportStageLifecycle^% hostProperty, 
	IReportStageLifecycle^ newReporter
)