Table of Contents

Interface ILock

Namespace
Loehnert.Lisrt.Framework.Services
Assembly
Loehnert.Lisrt.dll

Interface for a lock.

public interface ILock

Properties

LockedObject

Gets the locked object.

object LockedObject { get; }

Property Value

object

Publisher

Gets the publisher for the lock.

object Publisher { get; }

Property Value

object

Methods

LockedObjectEquals(object)

Returns a value indicating whether the other equals with LockedObject.

bool LockedObjectEquals(object other)

Parameters

other object

Object to compare.

Returns

bool

A value indicating whether the object equals with LockedObject.