ApplicationQueuingAttribute Class
Enables queuing support for the marked assembly and enables the application to read method calls from Message Queuing queues. This class cannot be inherited.
For a list of all members of this type, see ApplicationQueuingAttribute Members.
System.Object
System.Attribute
System.EnterpriseServices.ApplicationQueuingAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Assembly)> <ComVisible(False)> NotInheritable Public Class ApplicationQueuingAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Assembly)] [ComVisible(false)] public sealed class ApplicationQueuingAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Assembly)] [ComVisible(false)] public __gc __sealed class ApplicationQueuingAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Assembly) ComVisible(false) class ApplicationQueuingAttribute extends Attribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For a list of initial property values for an instance of ApplicationQueuingAttribute, see the ApplicationQueuingAttribute constructor.
For more information about using attributes, see Extending Metadata Using Attributes.
Requirements
Namespace: System.EnterpriseServices
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
ApplicationQueuingAttribute Members | System.EnterpriseServices Namespace