Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalBackend.Done

TElWebDAVPrincipalBackend     See also     


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


Unlocks the internal storage after read/write operations are over.

Declaration

[C#]
    void Done();

[VB.NET]
    Sub Done()

[Pascal]
    procedure Done; virtual;

[C++]
    void Done();

[PHP]
    void Done()

[Java]
    void done();

Description

    This method unlocks the internal storage after reading or writing is finished. Normally, this method is not used explicitly by the user.

See also:     BeginRead     BeginWrite    

Discuss this help topic in SecureBlackbox Forum