Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalBackend.BeginWrite

TElWebDAVPrincipalBackend     See also     


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


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

Declaration

[C#]
    void BeginWrite();

[VB.NET]
    Sub BeginWrite()

[Pascal]
    procedure BeginWrite; virtual;

[C++]
    void BeginWrite();

[PHP]
    void BeginWrite()

[Java]
    void beginWrite();

Description

    This method opens thread-safe write 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