Discuss this help topic in SecureBlackbox Forum

TElWebDAVCustomLockList.Enter

TElWebDAVCustomLockList     See also     


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


This method opens the access to the list to other applications or threads.

Declaration

[C#]
    void Enter(bool ReadOnly);

[VB.NET]
    Sub Enter(ByVal ReadOnly As Boolean)

[Pascal]
    procedure Enter(const ReadOnly : boolean); virtual;

[C++]
    void Enter(bool ReadOnly);

[PHP]
    void Enter(bool $ReadOnly)

[Java]
    void enter(boolean ReadOnly);

Parameters

  • ReadOnly - specifies whether the list should be opened for other applications in read-only mode.

Description

    This method is used to open an access to the list in a muti-threaded environment.

See also:     Done    

Discuss this help topic in SecureBlackbox Forum