C# Class Lending.Execution.Auth.ProcessResult

The result from the callback Process.
Mostra file Open project: joshilewis/lending

Public Methods

Method Description
ProcessResult ( ActionType action )

Initializes a new instance of the Nancy.SimpleAuthentication.ProcessResult with a specific Action result.

Method Details

ProcessResult() public method

Initializes a new instance of the Nancy.SimpleAuthentication.ProcessResult with a specific Action result.
public ProcessResult ( ActionType action )
action ActionType The type of action this Process needs to do.