Persistate API documentation
ExecuteLogin Method (execution, credentials)
NamespacesPersistateStandardOperationsExecuteLogin(Execution, Credentials)

[This is preliminary documentation and is subject to change.]

Handles the core functionality for the Login operation.
Declaration Syntax
C#
public static ExecutionResult ExecuteLogin(
	Execution execution,
	Credentials credentials
)
Parameters
execution (Execution)
The Execution object created for the execution of the Login operation
credentials (Credentials)
The Credentials supplied for the login.
Return Value
CommitResult if the Login succeeded, or an ExecutionResult with a ResultAction of Warning and an appropriate message if the Login failed.
Remarks
This performs an authentication with the supplied Credentials. If this succeeds, then the active Session is moved into the Sessions collection of the identified Principal.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)