Click or drag to resize
IActiveElementCleanup Interface
Cleanup will be called after execution is finished by engine

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IActiveElementCleanup : IActiveElementLifecycle

The IActiveElementCleanup type exposes the following members.

Properties
  NameDescription
Public propertyHasCleanup
True if the active element provide a cleanup routine
Top
Methods
  NameDescription
Public methodCleanup
Performs a cleanup routine
Top
See Also