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 )
Parameters
- hostProperty
- Type: Com.MarcusTS.LifecycleAware.Common.Interfaces..::..IReportStageLifecycle%
The host property.
- newReporter
- Type: Com.MarcusTS.LifecycleAware.Common.Interfaces..::..IReportStageLifecycle
The new reporter.