Partager via


CloudFileClient.BeginListSharesSegmented Méthode

Définition

Surcharges

BeginListSharesSegmented(FileContinuationToken, AsyncCallback, Object)

Commence une demande asynchrone pour retourner un segment de résultat contenant une collection de partages.

BeginListSharesSegmented(String, FileContinuationToken, AsyncCallback, Object)

Commence une demande asynchrone pour retourner un segment de résultat contenant une collection de partages.

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

Commence une demande asynchrone pour retourner un segment de résultat contenant une collection de partages dont le nom commence par le préfixe spécifié.

BeginListSharesSegmented(FileContinuationToken, AsyncCallback, Object)

Commence une demande asynchrone pour retourner un segment de résultat contenant une collection de partages.

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

Paramètres

currentToken
FileContinuationToken

Jeton de liaison renvoyé par une opération de liste précédente.

callback
AsyncCallback

Délégué de rappel 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

IAsyncResult qui fait référence à l’opération asynchrone.

Attributs

S’applique à

BeginListSharesSegmented(String, FileContinuationToken, AsyncCallback, Object)

Commence une demande asynchrone pour retourner un segment de résultat contenant une collection de partages.

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

Paramètres

prefix
String

Préfixe de nom de partage.

currentToken
FileContinuationToken

Jeton de liaison renvoyé par une opération de liste précédente.

callback
AsyncCallback

Délégué de rappel 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

IAsyncResult qui fait référence à l’opération asynchrone.

Attributs

S’applique à

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

Commence une demande asynchrone pour retourner un segment de résultat contenant une collection de partages dont le nom commence par le préfixe spécifié.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListSharesSegmented (string prefix, Microsoft.Azure.Storage.File.ShareListingDetails detailsIncluded, 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 BeginListSharesSegmented : string * Microsoft.Azure.Storage.File.ShareListingDetails * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListSharesSegmented : string * Microsoft.Azure.Storage.File.ShareListingDetails * 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 BeginListSharesSegmented (prefix As String, detailsIncluded As ShareListingDetails, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Paramètres

prefix
String

Préfixe de nom de partage.

detailsIncluded
ShareListingDetails

Valeur qui indique si les métadonnées de partage doivent être retournées avec la liste.

maxResults
Nullable<Int32>

Valeur entière non négative qui indique le nombre maximal de résultats à renvoyer dans le segment de résultat, jusqu'à 5 000 par opération. Si cette valeur est null, le nombre maximal possible de résultats est retourné, jusqu’à 5 000.

currentToken
FileContinuationToken

Jeton de liaison renvoyé par une opération de liste précédente.

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 à 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

IAsyncResult qui fait référence à l’opération asynchrone.

Attributs

S’applique à