Partager via


CloudFileClient.BeginSetServiceProperties Méthode

Définition

Surcharges

BeginSetServiceProperties(FileServiceProperties, FileRequestOptions, OperationContext, AsyncCallback, Object)

Commence une opération asynchrone pour définir les propriétés du service De fichiers.

BeginSetServiceProperties(FileServiceProperties, AsyncCallback, Object)

Commence une opération asynchrone pour définir les propriétés du service De fichiers.

BeginSetServiceProperties(FileServiceProperties, FileRequestOptions, OperationContext, AsyncCallback, Object)

Commence une opération asynchrone pour définir les propriétés du service De fichiers.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginSetServiceProperties (Microsoft.Azure.Storage.File.Protocol.FileServiceProperties properties, Microsoft.Azure.Storage.File.FileRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginSetServiceProperties : Microsoft.Azure.Storage.File.Protocol.FileServiceProperties * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginSetServiceProperties : Microsoft.Azure.Storage.File.Protocol.FileServiceProperties * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginSetServiceProperties (properties As FileServiceProperties, requestOptions As FileRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Paramètres

requestOptions
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é AsyncCallback qui recevra une notification à la fin de l’opération asynchrone.

state
Object

Objet défini par l’utilisateur à passer au délégué de rappel.

Retours

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

Attributs

S’applique à

BeginSetServiceProperties(FileServiceProperties, AsyncCallback, Object)

Commence une opération asynchrone pour définir les propriétés du service De fichiers.

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

Paramètres

callback
AsyncCallback

Délégué AsyncCallback qui recevra une notification à la fin de l’opération asynchrone.

state
Object

Objet défini par l’utilisateur à passer au délégué de rappel.

Retours

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

Attributs

S’applique à