C# Class Microsoft.WindowsAzure.StorageClient.QueueAttributes

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

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the QueueAttributes class.
public QueueAttributes ( ) : System
Résultat System

QueueAttributes() public méthode

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