次の方法で共有


QueueOperationsExtensions.DeleteAsync メソッド

定義

既存のキューを削除します。 この操作により、キュー内のメッセージを含むすべての関連付けられている状態も削除されます。 (詳細については、 を参照 http://msdn.microsoft.com/en-us/library/hh780747.aspx してください)

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> DeleteAsync (this Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations operations, string namespaceName, string queueName);
static member DeleteAsync : Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function DeleteAsync (operations As IQueueOperations, namespaceName As String, queueName As String) As Task(Of AzureOperationResponse)

パラメーター

operations
IQueueOperations

Microsoft.WindowsAzure.Management.ServiceBus.IQueueOperations への参照。

namespaceName
String

必須。 名前空間の名前。

queueName
String

必須。 キュー名。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象