log4net SDK Documentation - Microsoft .NET Framework 4.0

FileAppender.InterProcessLock Methods

The methods of the FileAppender.InterProcessLock class are listed below. For a complete list of FileAppender.InterProcessLock class members, see the FileAppender.InterProcessLock Members topic.

Public Instance Methods

AcquireLock Acquire the lock on the file
CloseFile Close the file
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type.
GetType (inherited from Object) Gets the Type of the current instance.
OpenFile Open the file specified and prepare for logging.
ReleaseLock
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

CloseStream (inherited from LockingModelBase) Helper method to close stream under CurrentAppender's SecurityContext.
CreateStream (inherited from LockingModelBase) Helper method that creates a FileStream under CurrentAppender's SecurityContext.
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

FileAppender.InterProcessLock Class | log4net.Appender Namespace