Summer.Batch.Core.Launch.Support.VmSystemExiter Class Reference

Implementation of the ISystemExiter interface that calls the standards Environment.Exit method. It should be noted that there will be no unit tests for this class, since there is only one line of actual code, that would only be testable by mocking System or Runtime. More...

Inheritance diagram for Summer.Batch.Core.Launch.Support.VmSystemExiter:
Summer.Batch.Core.Launch.Support.ISystemExiter

Public Member Functions

void Exit (int status)
 Terminates the current running Virtual Machine. Delegates to Environment.Exit . More...
 

Detailed Description

Implementation of the ISystemExiter interface that calls the standards Environment.Exit method. It should be noted that there will be no unit tests for this class, since there is only one line of actual code, that would only be testable by mocking System or Runtime.

Member Function Documentation

void Summer.Batch.Core.Launch.Support.VmSystemExiter.Exit ( int  status)

Terminates the current running Virtual Machine. Delegates to Environment.Exit .

Parameters
statusexit status

Implements Summer.Batch.Core.Launch.Support.ISystemExiter.


The documentation for this class was generated from the following file:
  • Summer.Batch.Core/Core/Launch/Support/VmSystemExiter.cs