Interface IDisposableScope

All Known Subinterfaces:
IFlowScope, IInternalSessionScope, IPageScope, IRequestScope, ISessionScope
All Known Implementing Classes:
ConcurrentFlowScope, ConcurrentPageScope, ConcurrentSessionScope, FlowScope, FlowScopeDelegate, PageScope, PageScopeDelegate, ProcessEnabledSessionScope, ReadonlySessionScope, RequestScope, RequestScopeDelegate, SessionScope, SessionScopeDelegate, SessionScopeWrapper

public interface IDisposableScope
A scope that implements this interface will have the destroyDisposableObjects() method called when the scope will be discarded.
Since:
9.0
Author:
Jon van Leuven
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is called when the scope is discarded.
  • Method Details

    • destroyDisposableObjects

      void destroyDisposableObjects(IDisposeContext context)
      This method is called when the scope is discarded.