The FileAppender LockingModelBase type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| FileAppender LockingModelBase | Initializes a new instance of the FileAppender LockingModelBase class |
Methods
| Name | Description | |
|---|---|---|
| AcquireLock |
Acquire the lock on the file
| |
| CloseFile |
Close the file
| |
| CloseStream |
Helper method to close stream under CurrentAppender's SecurityContext.
| |
| CreateStream |
Helper method that creates a FileStream under CurrentAppender's SecurityContext.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OpenFile |
Open the output file
| |
| ReleaseLock |
Release the lock on the file
| |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| CurrentAppender |
Gets or sets the FileAppender for this LockingModel
|
See Also