C# Class Lending.Execution.Auth.ProcessResult

The result from the callback Process.
Afficher le fichier Open project: joshilewis/lending

Méthodes publiques

Méthode Description
ProcessResult ( ActionType action )

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

Method Details

ProcessResult() public méthode

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.