Partager via


CloudQueueClient.BeginGetServiceProperties Méthode

Définition

Surcharges

BeginGetServiceProperties(AsyncCallback, Object)

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

BeginGetServiceProperties(QueueRequestOptions, OperationContext, AsyncCallback, Object)

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

BeginGetServiceProperties(AsyncCallback, Object)

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

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginGetServiceProperties (AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginGetServiceProperties : AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginGetServiceProperties : AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginGetServiceProperties (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 à

BeginGetServiceProperties(QueueRequestOptions, OperationContext, AsyncCallback, Object)

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

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

Paramètres

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