Click or drag to resize

IReportingServiceClientLogoutUser Method

Revokes a specified userName session token, logging him out

Namespace:  Omada.OE.Model.Interfaces
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
Task<bool> LogoutUser(
	string userName
)

Parameters

userName
Type: SystemString
The userName of the user that will be revoked

Return Value

Type: TaskBoolean
See Also