ServiceBusNamespaceClient.EndGetTopic Method
Ends an asynchronous request to get a topic.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
Parameters
- result
- Type: System.IAsyncResult
An IAsyncResult object that references the get operation.
Return Value
Type: Microsoft.ServiceBus.Messaging.TopicA Topic handle to the topic, or null if the topic does not exist in the service namespace.
| Exception | Condition |
|---|---|
| ArgumentNullException |
result is null. |