Closes the application's internal datasources and clean's up any user token state that exists


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
Public Sub Close() _
    Implements IAppContext.Close
C#
public void Close()
C++
public:
 void Close() sealed 
J#
public void Close()
JScript
public  function Close()

Implements

IAppContext.Close

Remarks

This is not necessary to call but explicitly as the destructor will call close.

See Also