Show / Hide Table of Contents

Logout

Object and Type

Object  : FCSession

Type     : Method

Prototype

Public Sub Logout()

Description

This method logs out the currently logged-in FCSession. The Item collection is also cleared out. After calling the Logout method, you should also call the CloseSession method. This will ensure that all system resources from this FCSession are freed.

Example

The following example logs out the current FCSession.

JavaScript:

FCSession.Logout();
FCSession.CloseSession();
FCSession = null;
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.