C# 클래스 Microsoft.WindowsAzure.Samples.Phone.Storage.CloudQueueClient

상속: CloudClientBase, ICloudQueueClient
파일 보기 프로젝트 열기: WindowsAzure-Toolkits/wa-toolkit-wp-nugets

공개 메소드들

메소드 설명
CloudQueueClient ( Uri queuesBaseUri, IStorageCredentials credentials ) : System

Initializes a new instance of the CloudQueueClient class.

CloudQueueClient ( Uri queuesBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System

Initializes a new instance of the CloudQueueClient class.

GetQueueReference ( string queueName ) : ICloudQueue
ListQueues ( Action callback ) : void
ListQueues ( string queuePrefix, Action callback ) : void

보호된 메소드들

메소드 설명
OnSendingRequest ( HttpWebRequest request, int contentLength ) : void

비공개 메소드들

메소드 설명
CloudQueuesMapper ( WebResponse response ) : IEnumerable

메소드 상세

CloudQueueClient() 공개 메소드

Initializes a new instance of the CloudQueueClient class.
public CloudQueueClient ( Uri queuesBaseUri, IStorageCredentials credentials ) : System
queuesBaseUri System.Uri The Queues endpoint.
credentials IStorageCredentials The storage credentials.
리턴 System

CloudQueueClient() 공개 메소드

Initializes a new instance of the CloudQueueClient class.
public CloudQueueClient ( Uri queuesBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System
queuesBaseUri System.Uri The Queues endpoint.
credentials IStorageCredentials The storage credentials.
dispatcher System.Windows.Threading.Dispatcher The dispatcher used to invoke the callbacks.
리턴 System

GetQueueReference() 공개 메소드

public GetQueueReference ( string queueName ) : ICloudQueue
queueName string
리턴 ICloudQueue

ListQueues() 공개 메소드

public ListQueues ( Action callback ) : void
callback Action
리턴 void

ListQueues() 공개 메소드

public ListQueues ( string queuePrefix, Action callback ) : void
queuePrefix string
callback Action
리턴 void

OnSendingRequest() 보호된 메소드

protected OnSendingRequest ( HttpWebRequest request, int contentLength ) : void
request System.Net.HttpWebRequest
contentLength int
리턴 void