Méthode DataServiceContext.EndExecute (IAsyncResult)
Appelé pour terminer la méthode BeginExecute.
Espace de noms : System.Data.Services.Client
Assembly : Microsoft.Data.Services.Client (en Microsoft.Data.Services.Client.dll)
Syntaxe
'Déclaration
Public Function EndExecute ( _
asyncResult As IAsyncResult _
) As OperationResponse
'Utilisation
Dim instance As DataServiceContext
Dim asyncResult As IAsyncResult
Dim returnValue As OperationResponse
returnValue = instance.EndExecute(asyncResult)
public OperationResponse EndExecute(
IAsyncResult asyncResult
)
public:
OperationResponse^ EndExecute(
IAsyncResult^ asyncResult
)
member EndExecute :
asyncResult:IAsyncResult -> OperationResponse
public function EndExecute(
asyncResult : IAsyncResult
) : OperationResponse
Paramètres
- asyncResult
Type : System.IAsyncResult
IAsyncResult qui représente l'état de l'opération asynchrone.
Valeur de retour
Type : System.Data.Services.Client.OperationResponse
Résultat de l'opération.