SubscriptionClient.CreateReceiver Method

Creates a new message receiver. This receiver should be able to receive messages from a Queue or Topic object.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CreateReceiver() Creates a new message receiver. This receiver should be able to receive messages from a Queue or Topic object.
Public method CreateReceiver(String) Creates a new message receiver from a specified sub-queue.
Public method CreateReceiver(ReceiveMode) Creates a new message receiver.
Public method CreateReceiver(String, ReceiveMode) Creates a new message receiver from a specified sub-queue.

Top

See Also

Reference

SubscriptionClient Class

Microsoft.ServiceBus.Messaging Namespace