CloudFile.BeginExists Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
BeginExists(FileRequestOptions, OperationContext, AsyncCallback, Object) |
Commence une demande asynchrone pour case activée existence du fichier. |
BeginExists(AsyncCallback, Object) |
Commence une demande asynchrone pour case activée existence du fichier. |
BeginExists(FileRequestOptions, OperationContext, AsyncCallback, Object)
Commence une demande asynchrone pour case activée existence du fichier.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginExists (Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginExists : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginExists : Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginExists (options As FileRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
Paramètres
- 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
ICancellableAsyncResult qui fait référence à l’opération asynchrone.
- Attributs
S’applique à
BeginExists(AsyncCallback, Object)
Commence une demande asynchrone pour case activée existence du fichier.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginExists (AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginExists : AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginExists : AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginExists (callback As AsyncCallback, state As Object) As ICancellableAsyncResult
Paramètres
- 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
ICancellableAsyncResult qui fait référence à l’opération asynchrone.
- Attributs
S’applique à
Azure SDK for .NET