IUserTouchLastSessionUsage Method |
Change the information about the latest user session,
and save it in the database.
Namespace:
AskiaPortalCmn
Assembly:
AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax IReturnValue TouchLastSessionUsage()
Function TouchLastSessionUsage As IReturnValue
IReturnValue^ TouchLastSessionUsage()
Return Value
Type:
IReturnValueReturns 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