C# 클래스 Microsoft.WindowsAzure.StorageClient.QueueAttributes

Represents a queue's attributes.
파일 보기 프로젝트 열기: richorama/azure-sdk-for-mono 1 사용 예제들

공개 메소드들

메소드 설명
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