Click or drag to resize
weroSoft AG, Software
IExtendedLifeCycleComponent Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the responsibility of a component implementing a life cycle.

Namespace:  WeroSoft.Runtime.Behaviors
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IExtendedLifeCycleComponent : IExtendedLifeCycle, 
	IStandardComponent, IDisposableComponent, IDisposable

The IExtendedLifeCycleComponent type exposes the following members.

Methods
  NameDescription
Public methodCleaned
Called after the object has been cleaned.
(Inherited from IExtendedLifeCycle.)
Public methodCleaning
Called on starting clearing the objects.
(Inherited from IExtendedLifeCycle.)
Public methodCreated
Called after the object has been created.
(Inherited from IExtendedLifeCycle.)
Public methodCreating
Called on starting of the creation of the object.
(Inherited from IExtendedLifeCycle.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodDispose(Object, DisposeEventArgs)
Called if the component gets disposed.
(Inherited from IDisposableComponent.)
Public methodDisposing
Called before the object gets disposed.
(Inherited from IExtendedLifeCycle.)
Public methodExecuted
Called after the execution of the component has ended.
Public methodExecuting
Called before the execution of the component starts.
Public methodInitialized
Called after the object has been initiated.
(Inherited from IExtendedLifeCycle.)
Public methodInitializing
Called on starting the initiation of the object.
(Inherited from IExtendedLifeCycle.)
Public methodRunning
Called after object has been started or executed.
(Inherited from IStandardComponent.)
Public methodStopping
Called on starting the stop sequence of the object.
(Inherited from IStandardComponent.)
Public methodVerified
Called after the object has been verified.
(Inherited from IExtendedLifeCycle.)
Public methodVerifying
Called on starting the verification of the object.
(Inherited from IExtendedLifeCycle.)
Top
See Also