Interface ILock
Interface for a lock.
public interface ILock
Properties
LockedObject
Gets the locked object.
object LockedObject { get; }
Property Value
Publisher
Gets the publisher for the lock.
object Publisher { get; }
Property Value
Methods
LockedObjectEquals(object)
Returns a value indicating whether the other
equals with LockedObject.
bool LockedObjectEquals(object other)
Parameters
other
objectObject to compare.
Returns
- bool
A value indicating whether the object equals with LockedObject.