ApplicationQueuingAttribute::Enabled Property
.NET Framework (current version)
Gets or sets a value indicating whether queuing support is enabled.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
Property Value
Type: System::Booleantrue if queuing support is enabled; otherwise, false. The default value set by the constructor is true.
Applications are not able to use queued components by default. Instantiating ApplicationQueuingAttribute enables an application to use queued components; however, it does not enable the application to listen for queued messages from clients.
.NET Framework
Available since 1.1
Available since 1.1
Show: