CloudServiceBusReceive Class

Receives a message from the Service Bus.

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

Usage

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(CloudServiceBusReceive), "resources.sbReceive.PNG")> _
<ToolboxItemAttribute(GetType(ActivityToolboxItem))> _
Public Class CloudServiceBusReceive
    Inherits Activity
    Implements IEventActivity, IActivityEventListener(Of QueueEventArgs)
[ToolboxBitmapAttribute(typeof(CloudServiceBusReceive), "resources.sbReceive.PNG")] 
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
public class CloudServiceBusReceive : Activity, IEventActivity, IActivityEventListener<QueueEventArgs>
[ToolboxBitmapAttribute(typeof(CloudServiceBusReceive), L"resources.sbReceive.PNG")] 
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
public ref class CloudServiceBusReceive : public Activity, IEventActivity, IActivityEventListener<QueueEventArgs^>
/** @attribute ToolboxBitmapAttribute(Microsoft.Workflow.Activities.CloudServiceBusReceive, "resources.sbReceive.PNG") */ 
/** @attribute ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) */ 
public class CloudServiceBusReceive extends Activity implements IEventActivity, IActivityEventListener<QueueEventArgs>
ToolboxBitmapAttribute(Microsoft.Workflow.Activities.CloudServiceBusReceive, "resources.sbReceive.PNG") 
ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) 
public class CloudServiceBusReceive extends Activity implements IEventActivity, IActivityEventListener<QueueEventArgs>

Remarks

The CloudServiceBusReceive activity subscribes to a Service Bus URI address by sending a subscribe message defined by the WS-Eventing protocol to the Service Bus. This causes all the messages sent to that topic to be forwarded to the activity.

Inheritance Hierarchy

System.Object
   System.Workflow.ComponentModel.DependencyObject
     System.Workflow.ComponentModel.Activity
      Microsoft.Workflow.Activities.CloudServiceBusReceive

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

CloudServiceBusReceive Members
Microsoft.Workflow.Activities Namespace