C# Класс Microsoft.WindowsAzure.Samples.Phone.Storage.CloudBlobClient

Наследование: ICloudBlobClient
Показать файл Открыть проект

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

Метод Описание
CloudBlobClient ( ISharedAccessSignatureServiceClient sasServiceClient ) : System

Initializes a new instance of the CloudBlobClient class using Shared Access Signatures to perform operations.

CloudBlobClient ( Uri blobsBaseUri, IStorageCredentials credentials ) : System

Initializes a new instance of the CloudBlobClient class using the Windows Azure Storage Account credentials to perform operations.

CloudBlobClient ( Uri blobsBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System

Initializes a new instance of the CloudBlobClient class using the Windows Azure Storage Account credentials to perform operations.

GetContainerReference ( string containerName ) : ICloudBlobContainer
ListContainers ( Action callback ) : void
ListContainers ( string prefix, Action callback ) : void

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

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

Initializes a new instance of the CloudBlobClient class using Shared Access Signatures to perform operations.
public CloudBlobClient ( ISharedAccessSignatureServiceClient sasServiceClient ) : System
sasServiceClient ISharedAccessSignatureServiceClient The Shared Access Signature service client.
Результат System

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

Initializes a new instance of the CloudBlobClient class using the Windows Azure Storage Account credentials to perform operations.
public CloudBlobClient ( Uri blobsBaseUri, IStorageCredentials credentials ) : System
blobsBaseUri System.Uri The blobs endpoint.
credentials IStorageCredentials The storage credentials.
Результат System

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

Initializes a new instance of the CloudBlobClient class using the Windows Azure Storage Account credentials to perform operations.
public CloudBlobClient ( Uri blobsBaseUri, IStorageCredentials credentials, Dispatcher dispatcher ) : System
blobsBaseUri System.Uri The blobs endpoint.
credentials IStorageCredentials The storage credentials.
dispatcher System.Windows.Threading.Dispatcher The dispatcher used to invoke the callbacks.
Результат System

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

public GetContainerReference ( string containerName ) : ICloudBlobContainer
containerName string
Результат ICloudBlobContainer

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

public ListContainers ( Action callback ) : void
callback Action
Результат void

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

public ListContainers ( string prefix, Action callback ) : void
prefix string
callback Action
Результат void