Kills an instance of SiteManager.
If the SiteManager is authenticated, it will be unauthenticated first.
Namespace: Cartella.InterfacesAssembly: 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