Partager via


CloudQueueClient.BeginSetServiceProperties Méthode

Définition

Surcharges

BeginSetServiceProperties(ServiceProperties, QueueRequestOptions, OperationContext, AsyncCallback, Object)

Commence une opération asynchrone pour définir les propriétés du service File d’attente.

BeginSetServiceProperties(ServiceProperties, AsyncCallback, Object)

Commence une opération asynchrone pour définir les propriétés du service File d’attente.

BeginSetServiceProperties(ServiceProperties, QueueRequestOptions, OperationContext, AsyncCallback, Object)

Commence une opération asynchrone pour définir les propriétés du service File d’attente.

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

Paramètres

requestOptions
QueueRequestOptions

Objet QueueRequestOptions 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 une fois l’opération asynchrone terminée.

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(ServiceProperties, AsyncCallback, Object)

Commence une opération asynchrone pour définir les propriétés du service File d’attente.

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

Paramètres

callback
AsyncCallback

Délégué AsyncCallback qui recevra une notification une fois l’opération asynchrone terminée.

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 à