Click or drag to resize

ILock Interface

Class used for lock a table in database

Namespace:  EBP.Api.Interfaces.Database
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public interface ILock : IDisposable, IEquatable<IProxy>

The ILock type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also