Performs user lockout.

Namespace: MonoSoftware.MonoX.BusinessLayer
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public virtual bool LockoutUser(
	Guid userId
)
Visual Basic
Public Overridable Function LockoutUser ( 
	userId As Guid
) As Boolean
Visual C++
public:
virtual bool LockoutUser(
	Guid userId
)
F#
abstract LockoutUser : 
        userId : Guid -> bool 
override LockoutUser : 
        userId : Guid -> bool 

Parameters

userId
Type: System..::..Guid
User id to lock

Return Value

Type: Boolean
True if locked, False if not

Implements

IUserBLL..::..LockoutUser(Guid)

See Also