Share via


ServiceBus.NamespacesListWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISbNamespaceListResult> NamespacesListWithResult (string subscriptionId, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.ISendAsync sender);
member this.NamespacesListWithResult : string * Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISbNamespaceListResult>
Public Function NamespacesListWithResult (subscriptionId As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ISbNamespaceListResult)

Parameters

subscriptionId
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to