The LightSpeedControllerBase<(Of <(TUnitOfWork>)>) type exposes the following members.

Constructors

Methods

  NameDescription
Dispose
Releases all resources that are used by the current instance of the Controller class.
(Overrides Controller..::.Dispose(Boolean).)
OnResultExecuted
Called after the action result that is returned by an action method is executed.
(Overrides Controller..::.OnResultExecuted(ResultExecutedContext).)

Properties

  NameDescription
DisposeUnitOfWorkOnResultExecuted
Indicates if the controller should handle disposal of the UnitOfWork instance as part of the ResultExecuted handler. By default this is enabled.
LightSpeedContext
Returns an instance of the LightSpeedContext object which will be used to create any UnitOfWork instances used by this controller
UnitOfWork
Returns the current UnitOfWork instance which is being held

See Also