CloudHttpReceive.QueueName Property

The queue name associated with the cloud delay activity. It is used by the runtime to route messages. This is not intended to be used directly.

Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)

Usage

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property QueueName As IComparable
[BrowsableAttribute(false)] 
public IComparable QueueName { get; }
[BrowsableAttribute(false)] 
public:
virtual property IComparable^ QueueName {
    IComparable^ get () sealed;
}
/** @property */
public final IComparable get_QueueName ()
public final function get QueueName () : IComparable

Property Value

Returns IComparable.

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

CloudHttpReceive Class
CloudHttpReceive Members
Microsoft.Workflow.Activities Namespace