MsmqLogDistributor Members
Include Protected Members
Include Inherited Members
The MsmqLogDistributor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MsmqLogDistributor |
Setup the queue and the formatter of the messages.
|
Methods
Name | Description | |
---|---|---|
CheckForMessages |
Start receiving the message(s) from the queue. The messages will be taken from the queue until the queue is empty. This method is triggered every x seconds. (x is defined in application configuration file)
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LogMessageQueueException |
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code.
|
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
IsCompleted |
Read-only property to check if the synchronous receive is completed.
|
|
StopReceiving |
Instructs the listener to stop receiving messages.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor Namespace