See: Description
| Class | Description |
|---|---|
| AbstractListOptions<T> | |
| BrokeredMessage |
Represents a service bus message.
|
| CreateQueueResult |
Represents the result of a
createQueue operation. |
| CreateRuleResult |
Represents the result of a
createRule operation. |
| CreateSubscriptionResult |
Represents the result of a
createSubscription operation. |
| CreateTopicResult |
Represents the result of a
createTopic operation. |
| GetQueueResult |
Represents the result of a
getQueue operation. |
| GetRuleResult |
Represents the result of a
getRule operation. |
| GetSubscriptionResult |
Represents the result of a
getSubscription operation. |
| GetTopicResult |
Represents the result of a
getTopic operation. |
| ListQueuesOptions | |
| ListQueuesResult |
Represents the result of a
listQueues operation. |
| ListRulesOptions | |
| ListRulesResult |
Represents the result of a
listRules operation. |
| ListSubscriptionsOptions | |
| ListSubscriptionsResult |
Represents the result of a
listSubscriptions operation. |
| ListTopicsOptions | |
| ListTopicsResult |
Represents the result of a
listTopics operation. |
| QueueInfo |
Represents a queue.
|
| ReceiveMessageOptions |
Specifies options when receiving messages.
|
| ReceiveMessageResult |
Represents the result of a
receiveMessage operation. |
| ReceiveQueueMessageResult |
Represents the result of a
receiveQueueMessage operation. |
| ReceiveSubscriptionMessageResult |
Represents the result of a
receiveSubscriptionMessage operation. |
| RuleInfo |
Represents a rule.
|
| SubscriptionInfo |
Represents a subscription.
|
| TopicInfo |
Represents a topic.
|
| Enum | Description |
|---|---|
| ReceiveMode |
Specifies the mode when a message is received.
|
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/