Freigeben über


CloudFileDirectory.BeginListFilesAndDirectoriesSegmented Methode

Definition

Überlädt

BeginListFilesAndDirectoriesSegmented(FileContinuationToken, AsyncCallback, Object)

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Dateielementen in der Freigabe enthält.

BeginListFilesAndDirectoriesSegmented(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, AsyncCallback, Object)

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Dateielementen in der Freigabe enthält.

BeginListFilesAndDirectoriesSegmented(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, AsyncCallback, Object)

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Dateielementen in der Freigabe enthält.

BeginListFilesAndDirectoriesSegmented(FileContinuationToken, AsyncCallback, Object)

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Dateielementen in der Freigabe enthält.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListFilesAndDirectoriesSegmented (Microsoft.Azure.Storage.File.FileContinuationToken currentToken, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginListFilesAndDirectoriesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListFilesAndDirectoriesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListFilesAndDirectoriesSegmented (currentToken As FileContinuationToken, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Parameter

currentToken
FileContinuationToken

Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.

callback
AsyncCallback

Der Rückrufdelegat, der nach Abschluss des asynchronen Vorgangs eine Benachrichtigung erhält.

state
Object

Ein benutzerdefiniertes Objekt, das an den Rückrufdelegat übergeben wird.

Gibt zurück

Eine ICancellableAsyncResult , die auf den asynchronen Vorgang verweist.

Attribute

Gilt für:

BeginListFilesAndDirectoriesSegmented(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, AsyncCallback, Object)

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Dateielementen in der Freigabe enthält.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListFilesAndDirectoriesSegmented (int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginListFilesAndDirectoriesSegmented : Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListFilesAndDirectoriesSegmented : Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListFilesAndDirectoriesSegmented (maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Parameter

maxResults
Nullable<Int32>

Ein nicht negativer ganzzahliger Wert, der die maximale Anzahl der gleichzeitig zurückzugebenden Ergebnisse angibt. Pro Vorgang gilt ein Grenzwert von 5.000. Wenn dieser Wert null ist, wird die maximal zulässige Anzahl von Ergebnissen (bis 5.000) zurückgegeben.

currentToken
FileContinuationToken

Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.

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.

callback
AsyncCallback

Der Rückrufdelegat, der nach Abschluss des asynchronen Vorgangs eine Benachrichtigung erhält.

state
Object

Ein benutzerdefiniertes Objekt, das an den Rückrufdelegat übergeben wird.

Gibt zurück

Eine ICancellableAsyncResult , die auf den asynchronen Vorgang verweist.

Attribute

Gilt für:

BeginListFilesAndDirectoriesSegmented(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, AsyncCallback, Object)

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Dateielementen in der Freigabe enthält.

[Microsoft.Azure.Storage.DoesServiceRequest]
public Microsoft.Azure.Storage.ICancellableAsyncResult BeginListFilesAndDirectoriesSegmented (string prefix, int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
member this.BeginListFilesAndDirectoriesSegmented : string * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Function BeginListFilesAndDirectoriesSegmented (prefix As String, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Parameter

prefix
String

Eine Zeichenfolge, die das Datei- oder Verzeichnisnamenpräfix enthält.

maxResults
Nullable<Int32>

Ein nicht negativer ganzzahliger Wert, der die maximale Anzahl der gleichzeitig zurückzugebenden Ergebnisse angibt. Pro Vorgang gilt ein Grenzwert von 5.000. Wenn dieser Wert null ist, wird die maximal zulässige Anzahl von Ergebnissen (bis 5.000) zurückgegeben.

currentToken
FileContinuationToken

Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.

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.

callback
AsyncCallback

Der Rückrufdelegat, der nach Abschluss des asynchronen Vorgangs eine Benachrichtigung erhält.

state
Object

Ein benutzerdefiniertes Objekt, das an den Rückrufdelegat übergeben wird.

Gibt zurück

Eine ICancellableAsyncResult , die auf den asynchronen Vorgang verweist.

Attribute

Gilt für: