Show / Hide Table of Contents

Class LockEventArgs

The event argument when a lock gets added to or removed from the lock manager

Inheritance
Object
EventArgs
LockEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Locking
Assembly:FubarDev.WebDavServer.dll
Syntax
public class LockEventArgs : EventArgs

Constructors

| Improve this Doc View Source

LockEventArgs(IActiveLock)

Initializes a new instance of the LockEventArgs class.

Declaration
public LockEventArgs(IActiveLock activeLock)
Parameters
Type Name Description
IActiveLock activeLock

The lock that got added to or remoted from the lock manager

Properties

| Improve this Doc View Source

Lock

Gets the lock that got added to or remoted from the lock manager

Declaration
public IActiveLock Lock { get; }
Property Value
Type Description
IActiveLock
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX