CloudFile.OpenReadAsync 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
OpenReadAsync(AccessCondition, FileRequestOptions, OperationContext) |
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um einen Stream zum Lesen aus der Datei zu öffnen. |
OpenReadAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um einen Stream zum Lesen aus der Datei zu öffnen. |
OpenReadAsync() |
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um einen Stream zum Lesen aus der Datei zu öffnen. |
OpenReadAsync(CancellationToken) |
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um einen Stream zum Lesen aus der Datei zu öffnen. |
OpenReadAsync(AccessCondition, FileRequestOptions, OperationContext)
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um einen Stream zum Lesen aus der Datei zu öffnen.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.IO.Stream> OpenReadAsync (Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member OpenReadAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<System.IO.Stream>
override this.OpenReadAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<System.IO.Stream>
Public Overridable Function OpenReadAsync (accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext) As Task(Of Stream)
Parameter
- accessCondition
- AccessCondition
Ein AccessCondition-Objekt, das die Zugriffsbedingung für die Datei darstellt. Wenn null
, wird keine Bedingung verwendet.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
Gibt zurück
Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
OpenReadAsync(AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um einen Stream zum Lesen aus der Datei zu öffnen.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.IO.Stream> OpenReadAsync (Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member OpenReadAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
override this.OpenReadAsync : Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
Public Overridable Function OpenReadAsync (accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of Stream)
Parameter
- accessCondition
- AccessCondition
Ein AccessCondition-Objekt, das die Zugriffsbedingung für die Datei darstellt. Wenn null
, wird keine Bedingung verwendet.
- options
- FileRequestOptions
Ein FileRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.
- operationContext
- OperationContext
Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
OpenReadAsync()
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um einen Stream zum Lesen aus der Datei zu öffnen.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.IO.Stream> OpenReadAsync ();
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member OpenReadAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
override this.OpenReadAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Overridable Function OpenReadAsync () As Task(Of Stream)
Gibt zurück
Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
OpenReadAsync(CancellationToken)
Gibt einen Task zurück, der einen asynchronen Vorgang ausführt, um einen Stream zum Lesen aus der Datei zu öffnen.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<System.IO.Stream> OpenReadAsync (System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member OpenReadAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
override this.OpenReadAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.IO.Stream>
Public Overridable Function OpenReadAsync (cancellationToken As CancellationToken) As Task(Of Stream)
Parameter
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt, das den aktuellen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET