MsmqLogDistributor.CheckForMessages Method
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)
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor
Assembly: MsmqDistributor (in MsmqDistributor.exe)
Syntax
'Declaration
Public Overridable Sub CheckForMessages
public virtual void CheckForMessages()
public:
virtual void CheckForMessages()
public function CheckForMessages()
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor Namespace