| 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
SyntaxTask<bool> LogoutUser(
string userName
)
Parameters
- userName
- Type: SystemString
The userName of the user that will be revoked
Return Value
Type:
TaskBoolean
See Also