C# Класс Microsoft.WindowsAzure.Commands.Storage.Queue.RemoveAzureStorageQueueCommand

Наследование: StorageQueueBaseCmdlet
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ConfirmRemove bool
ExecuteCmdlet void
RemoveAzureQueue bool

Открытые методы

Метод Описание
RemoveAzureStorageQueueCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the RemoveAzureStorageQueueCommand class.

RemoveAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common

Initializes a new instance of the RemoveAzureStorageQueueCommand class.

Приватные методы

Метод Описание
ConfirmRemove ( string message ) : bool

confirm the remove operation

ExecuteCmdlet ( ) : void
RemoveAzureQueue ( string name ) : bool

remove an azure queue

Описание методов

RemoveAzureStorageQueueCommand() публичный Метод

Initializes a new instance of the RemoveAzureStorageQueueCommand class.
public RemoveAzureStorageQueueCommand ( ) : Microsoft.WindowsAzure.Commands.Storage.Common
Результат Microsoft.WindowsAzure.Commands.Storage.Common

RemoveAzureStorageQueueCommand() публичный Метод

Initializes a new instance of the RemoveAzureStorageQueueCommand class.
public RemoveAzureStorageQueueCommand ( IStorageQueueManagement channel ) : Microsoft.WindowsAzure.Commands.Storage.Common
channel IStorageQueueManagement IStorageQueueManagement channel
Результат Microsoft.WindowsAzure.Commands.Storage.Common