Click or drag to resize

IUserResetLastSessionUsage Method

Reset the information of the latest user session, and save it in the database.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IReturnValue ResetLastSessionUsage()

Return Value

Type: IReturnValue
Returns value indicates if the save succeed or the reason why it failed.
Remarks
This method will save the modification in the database, it doesn't require the usage of the Save method.
Remarks
This method will refuse to operate the change when the user in the IContext is not the user to modify.
Remarks
If the information of the IContext are not null it will use it to operate the change.
See Also