NamespaceManager.EndTopicExists Method (IAsyncResult)

 

Ends an asynchronous request to determine whether a topic exists from the service namespace.

Namespace:   Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)

Syntax

public bool EndTopicExists(
    IAsyncResult result
)
public:
bool EndTopicExists(
    IAsyncResult^ result
)
member EndTopicExists : 
        result:IAsyncResult -> bool
Public Function EndTopicExists (
    result As IAsyncResult
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if a subscription exists in the service namespace; otherwise, false.

See Also

NamespaceManager Class
Microsoft.ServiceBus Namespace

Return to top