SessionManagerRemoveUser Method (Int32, Boolean) |
Remove user from sessions hashtables.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static void RemoveUser(
int userId,
bool createTask
)
Parameters
- userId
- Type: SystemInt32
User id - createTask
- Type: SystemBoolean
Indicates whether web farm task should be created
See Also