Click or drag to resize

ICurrentLicensesUsageRecordUserUsage Method

Indicates that the specified user has used the application this month.

Namespace:  AskiaPortalCmn
Assembly:  AskiaPortalCmn (in AskiaPortalCmn.dll) Version: 1.7.0-build068
Syntax
IReturnValue RecordUserUsage(
	IUser user
)

Parameters

user
Type: AskiaPortalCmnIUser
User that are using the application (usually the one in the context)

Return Value

Type: IReturnValue
Returns successful result, if the process is done correctly
Remarks

This method take care of duplicate entry, it count the user only one time for the current month.

Remarks

This method return an failed result if the user is not allowed to access (maximum of users reached).

See Also