This topic has not yet been rated - Rate this topic

ServiceBusNamespaceClient.EndGetTopic Method

Ends an asynchronous request to get a topic.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
public Topic EndGetTopic(
	IAsyncResult result
)

Parameters

result
Type: System.IAsyncResult
An IAsyncResult object that references the get operation.

Return Value

Type: Microsoft.ServiceBus.Messaging.Topic
A Topic handle to the topic, or null if the topic does not exist in the service namespace.
Exception Condition
ArgumentNullException

result is null.

Did you find this helpful?
(1500 characters remaining)