ICloudBlob.BeginDownloadToFile Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
BeginDownloadToFile(String, FileMode, AsyncCallback, Object) |
Startet einen asynchronen Vorgang, um den Inhalt eines Blobs in eine Datei herunterzuladen. |
BeginDownloadToFile(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object) |
Startet einen asynchronen Vorgang, um den Inhalt eines Blobs in eine Datei herunterzuladen. |
BeginDownloadToFile(String, FileMode, AsyncCallback, Object)
Startet einen asynchronen Vorgang, um den Inhalt eines Blobs in eine Datei herunterzuladen.
public Microsoft.Azure.Storage.ICancellableAsyncResult BeginDownloadToFile (string path, System.IO.FileMode mode, AsyncCallback callback, object state);
abstract member BeginDownloadToFile : string * System.IO.FileMode * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Function BeginDownloadToFile (path As String, mode As FileMode, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
Parameter
- path
- String
Eine Zeichenfolge, die den Pfad zur Zieldatei enthält.
- mode
- FileMode
Ein FileMode Enumerationswert, der bestimmt, wie die Datei geöffnet oder erstellt wird.
- callback
- AsyncCallback
Ein AsyncCallback Delegat, der eine Benachrichtigung erhält, wenn der asynchrone Vorgang abgeschlossen ist.
- state
- Object
Ein benutzerdefiniertes Objekt, das an den Rückrufdelegaten übergeben wird.
Gibt zurück
Ein ICancellableAsyncResult , der auf den asynchronen Vorgang verweist.
Gilt für:
BeginDownloadToFile(String, FileMode, AccessCondition, BlobRequestOptions, OperationContext, AsyncCallback, Object)
Startet einen asynchronen Vorgang, um den Inhalt eines Blobs in eine Datei herunterzuladen.
public Microsoft.Azure.Storage.ICancellableAsyncResult BeginDownloadToFile (string path, System.IO.FileMode mode, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
abstract member BeginDownloadToFile : string * System.IO.FileMode * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Function BeginDownloadToFile (path As String, mode As FileMode, accessCondition As AccessCondition, options As BlobRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
Parameter
- path
- String
Eine Zeichenfolge, die den Pfad zur Zieldatei enthält.
- mode
- FileMode
Ein FileMode Enumerationswert, der bestimmt, wie die Datei geöffnet oder erstellt wird.
- accessCondition
- AccessCondition
Ein AccessCondition-Objekt, das die Bedingung darstellt, die erfüllt werden muss, damit die Anforderung fortgesetzt werden kann.
- options
- BlobRequestOptions
Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- callback
- AsyncCallback
Ein AsyncCallback Delegat, der eine Benachrichtigung erhält, wenn der asynchrone Vorgang abgeschlossen ist.
- state
- Object
Ein benutzerdefiniertes Objekt, das an den Rückrufdelegaten übergeben wird.
Gibt zurück
Ein ICancellableAsyncResult , der auf den asynchronen Vorgang verweist.
Gilt für:
Azure SDK for .NET