Killing the SiteManager instance with User Context (CurrentUserState) of given user ID.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool KillUserInstance(
	string userID
)
Visual Basic
Function KillUserInstance ( _
	userID As String _
) As Boolean
Visual C++
bool KillUserInstance(
	String^ userID
)

Parameters

userID
Type: System..::..String
ID of User

Return Value

True if SiteManager instance with given user context is found and killed. Otherwise, returns false.

See Also