C# Class Microsoft.WindowsAzure.StorageClient.QueueAttributes

Represents a queue's attributes.
Mostra file Open project: richorama/azure-sdk-for-mono Class Usage Examples

Public Methods

Method Description
QueueAttributes ( ) : System

Initializes a new instance of the QueueAttributes class.

QueueAttributes ( QueueAttributes other ) : System

Initializes a new instance of the QueueAttributes class.

Method Details

QueueAttributes() public method

Initializes a new instance of the QueueAttributes class.
public QueueAttributes ( ) : System
return System

QueueAttributes() public method

Initializes a new instance of the QueueAttributes class.
public QueueAttributes ( QueueAttributes other ) : System
other QueueAttributes The attributes to clone.
return System