CloudAppendBlob.BeginDownloadText Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BeginDownloadText(Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) |
Commence une opération asynchrone pour télécharger le contenu de l’objet blob sous forme de chaîne. |
BeginDownloadText(AsyncCallback, Object) |
Commence une opération asynchrone pour télécharger le contenu de l’objet blob sous forme de chaîne. |
BeginDownloadText(Encoding, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)
Commence une opération asynchrone pour télécharger le contenu de l’objet blob sous forme de chaîne.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginDownloadText (System.Text.Encoding encoding, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginDownloadText : System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginDownloadText : System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginDownloadText (encoding As Encoding, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
Paramètres
- encoding
- Encoding
Objet qui indique l’encodage de texte à utiliser.
- accessCondition
- AccessCondition
Objet AccessCondition qui représente la condition qui doit être remplie pour que la demande continue.
- options
- BlobRequestOptions
Objet BlobRequestOptions qui spécifie les options supplémentaires de la demande.
- operationContext
- OperationContext
Objet OperationContext qui représente le contexte de l'opération actuelle.
- callback
- AsyncCallback
Délégué AsyncCallback qui recevra une notification à la fin de l’opération asynchrone.
- state
- Object
Objet défini par l’utilisateur qui sera passé au délégué de rappel.
Retours
ICancellableAsyncResult qui fait référence à l’opération asynchrone.
- Attributs
S’applique à
BeginDownloadText(AsyncCallback, Object)
Commence une opération asynchrone pour télécharger le contenu de l’objet blob sous forme de chaîne.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginDownloadText (AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginDownloadText : AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginDownloadText : AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginDownloadText (callback As AsyncCallback, state As Object) As ICancellableAsyncResult
Paramètres
- callback
- AsyncCallback
Délégué AsyncCallback qui recevra une notification à la fin de l’opération asynchrone.
- state
- Object
Objet défini par l’utilisateur qui sera passé au délégué de rappel.
Retours
ICancellableAsyncResult qui fait référence à l’opération asynchrone.
- Attributs
S’applique à
Azure SDK for .NET