MsmqLogDistributor.StopReceiving Property
Instructs the listener to stop receiving messages.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor
Assembly: MsmqDistributor (in MsmqDistributor.exe)
Syntax
'Declaration
Public Overridable Property StopReceiving As Boolean
public virtual bool StopReceiving { get; set; }
public:
virtual property bool StopReceiving {
bool get ();
void set (bool value);
}
public function get StopReceiving () : boolean
public function set StopReceiving (value : boolean)
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor Namespace