Method | Description | |
---|---|---|
BaseMutexFileAppender ( string fileName, ICreateFileParameters createParameters ) : System |
Initializes a new instance of the BaseMutexFileAppender class.
|
Method | Description | |
---|---|---|
CreateArchiveMutex ( ) : |
Creates a mutually-exclusive lock for archiving files.
|
|
CreateSharableArchiveMutex ( ) : |
Creates a mutex for archiving that is sharable by more than one process.
|
|
CreateSharableMutex ( string mutexNamePrefix ) : |
Creates a mutex that is sharable by more than one process.
|
Method | Description | |
---|---|---|
GetMutexName ( string mutexNamePrefix ) : string |
public BaseMutexFileAppender ( string fileName, ICreateFileParameters createParameters ) : System | ||
fileName | string | Name of the file. |
createParameters | ICreateFileParameters | The create parameters. |
return | System |
protected CreateArchiveMutex ( ) : |
||
return |
protected CreateSharableArchiveMutex ( ) : |
||
return |
protected CreateSharableMutex ( string mutexNamePrefix ) : |
||
mutexNamePrefix | string | The prefix to use for the name of the mutex. |
return |