C# Класс Microsoft.WindowsAzure.StorageClient.QueueAttributes

Represents a queue's attributes.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
QueueAttributes ( ) : System

Initializes a new instance of the QueueAttributes class.

QueueAttributes ( QueueAttributes other ) : System

Initializes a new instance of the QueueAttributes class.

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

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

Initializes a new instance of the QueueAttributes class.
public QueueAttributes ( ) : System
Результат System

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

Initializes a new instance of the QueueAttributes class.
public QueueAttributes ( QueueAttributes other ) : System
other QueueAttributes The attributes to clone.
Результат System