Subscription.EndGetRules Method
Enumerates end get rules in this collection.
Namespace: Microsoft.ServiceBus.Messaging
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
Syntax
'Declaration
Public Function EndGetRules ( _
result As IAsyncResult _
) As IEnumerable(Of Rule)
'Usage
Dim instance As Subscription
Dim result As IAsyncResult
Dim returnValue As IEnumerable(Of Rule)
returnValue = instance.EndGetRules(result)
public IEnumerable<Rule> EndGetRules(
IAsyncResult result
)
public:
IEnumerable<Rule^>^ EndGetRules(
IAsyncResult^ result
)
member EndGetRules :
result:IAsyncResult -> IEnumerable<Rule>
public function EndGetRules(
result : IAsyncResult
) : IEnumerable<Rule>
Parameters
- result
Type: System.IAsyncResult
The result of the action.
Return Value
Type: System.Collections.Generic.IEnumerable<Rule>
An enumerated collection of rules under this subscription.