Compartilhar via


ServiceBus.QueuesGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISbQueue> QueuesGetWithResult (string subscriptionId, string resourceGroupName, string namespaceName, string queueName, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.ISendAsync sender);
member this.QueuesGetWithResult : string * string * string * 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.ISbQueue>
Public Function QueuesGetWithResult (subscriptionId As String, resourceGroupName As String, namespaceName As String, queueName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of ISbQueue)

Parameters

subscriptionId
String
resourceGroupName
String
namespaceName
String
queueName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to