Click or drag to resize
weroSoft AG, Software
IManagedLocking Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Declares the necessary elements needed for automated application locking.

Namespace:  WeroSoft.Serialization
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IManagedLocking

The IManagedLocking type exposes the following members.

Properties
  NameDescription
Public propertyLocked
Gets or sets the time stamp on which the object was locked.
Public propertyLockingClient
Gets or sets the client which has locked the object.
Public propertyLockingServer
Gets or sets the server which has locked the document.
Public propertyLockingUser
Gets or sets the name of the responsible user who locked the object last.
Top
See Also