Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalBackend.BeginRead

TElWebDAVPrincipalBackend     See also     


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


Opens thread-safe read access to the internal storage of the backend object.

Declaration

[C#]
    void BeginRead();

[VB.NET]
    Sub BeginRead()

[Pascal]
    procedure BeginRead; virtual;

[C++]
    void BeginRead();

[PHP]
    void BeginRead()

[Java]
    void beginRead();

Description

    This method opens thread-safe read access to the internal storage. Normally, this method is not used explicitly by the user.

See also:     BeginWrite     Done    

Discuss this help topic in SecureBlackbox Forum