Kills an instance of SiteManager. If the SiteManager is authenticated, it will be unauthenticated first.

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

Syntax

C#
bool KillInstance(
	string sessionID
)
Visual Basic
Function KillInstance ( _
	sessionID As String _
) As Boolean
Visual C++
bool KillInstance(
	String^ sessionID
)

Parameters

sessionID
Type: System..::..String

Return Value

True if the SiteManager instance to be killed exists for the given GUID, otherwise, returns false.

See Also