Topic.EndAddSubscription Method
Ends an add subscription operation.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
Syntax
'Declaration
Public Function EndAddSubscription ( _
result As IAsyncResult _
) As Subscription
'Usage
Dim instance As Topic
Dim result As IAsyncResult
Dim returnValue As Subscription
returnValue = instance.EndAddSubscription(result)
public Subscription EndAddSubscription(
IAsyncResult result
)
public:
Subscription^ EndAddSubscription(
IAsyncResult^ result
)
member EndAddSubscription :
result:IAsyncResult -> Subscription
public function EndAddSubscription(
result : IAsyncResult
) : Subscription
Parameters
- result
Type: System.IAsyncResult
The result of the action.
Return Value
Type: Microsoft.ServiceBus.Messaging.Subscription
.