Partager via


Méthode DataServiceQuery<TElement>.BeginExecute

Lance une opération de réseau asynchrone qui exécute la requête représentée par cette instance d'objet.

Espace de noms :  System.Data.Services.Client
Assembly :  Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)

Syntaxe

'Déclaration
Public Function BeginExecute ( _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Utilisation
Dim instance As DataServiceQuery
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginExecute(callback, _
    state)
public IAsyncResult BeginExecute(
    AsyncCallback callback,
    Object state
)
public:
IAsyncResult^ BeginExecute(
    AsyncCallback^ callback, 
    Object^ state
)
member BeginExecute : 
        callback:AsyncCallback * 
        state:Object -> IAsyncResult 
public function BeginExecute(
    callback : AsyncCallback, 
    state : Object
) : IAsyncResult

Paramètres

  • state
    Type : System.Object
    Objet défini par l'utilisateur utilisé pour transférer l'état entre le début de l'opération et le rappel défini par callback.

Valeur de retour

Type : System.IAsyncResult
IAsyncResult qui représente l'état de l'opération asynchrone.

Voir aussi

Référence

DataServiceQuery<TElement> Classe

Espace de noms System.Data.Services.Client