Click or drag to resize

IPFLockable Interface

Represents an lockable object.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public interface IPFLockable

The IPFLockable type exposes the following members.

Methods
  NameDescription
Public methodGetLocks
Gets current locks.
Public methodReleaseLock
Releases the lock of a given user, if found.
Public methodTryGetLock
Tries to get a lock for a given user.
Top
See Also