Partager via


CloudFile.BeginDownloadText Méthode

Définition

Surcharges

BeginDownloadText(AsyncCallback, Object)

Commence une opération asynchrone pour télécharger le contenu du fichier sous forme de chaîne.

BeginDownloadText(Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Commence une opération asynchrone pour télécharger le contenu du fichier sous forme de chaîne.

BeginDownloadText(AsyncCallback, Object)

Commence une opération asynchrone pour télécharger le contenu du fichier 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é de rappel qui recevra une notification une fois l’opération asynchrone terminée.

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(Encoding, AccessCondition, FileRequestOptions, OperationContext, AsyncCallback, Object)

Commence une opération asynchrone pour télécharger le contenu du fichier 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.File.FileRequestOptions 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.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginDownloadText : System.Text.Encoding * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginDownloadText (encoding As Encoding, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Paramètres

encoding
Encoding

Objet Encoding qui indique le type d’encodage de texte à utiliser.

accessCondition
AccessCondition

Objet AccessCondition qui représente les conditions d'accès pour le fichier.

options
FileRequestOptions

Objet FileRequestOptions 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é de rappel qui recevra une notification une fois l’opération asynchrone terminée.

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 à