log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
FileAppender.LockingModelBase.ReleaseLock Method
Release the lock on the file
[Visual Basic]
MustOverride Public Sub ReleaseLock()
[C#]
public abstract
void ReleaseLock();
Remarks
Release the lock on the file. No further writes will be made to the stream until AcquireLock is called again.
See Also
FileAppender.LockingModelBase Class | log4net.Appender Namespace