DistributorService.QueueListener Property
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor
Assembly: MsmqDistributor (in MsmqDistributor.exe)
Syntax
'Declaration
Public Property QueueListener As MsmqListener
public MsmqListener QueueListener { get; set; }
public:
property MsmqListener^ QueueListener {
MsmqListener^ get ();
void set (MsmqListener^ value);
}
public function get QueueListener () : MsmqListener
public function set QueueListener (value : MsmqListener)
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor Namespace