Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.CloseSession

TElGoogleDriveDataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Closes the connection to the remote storage.

Declaration

[C#]
    void CloseSession();

[VB.NET]
    Sub CloseSession()

[Pascal]
    procedure CloseSession();

[C++]
    void CloseSession();

[PHP]
    void CloseSession()

[Java]
    void closeSession();

Description

    Call this method to close the secure session and clear all authentication information from memory.

See also:     StartAuthorization    

Discuss this help topic in SecureBlackbox Forum