Metodo DataServiceContext.EndExecute (IAsyncResult)
Chiamato per completare il metodo BeginExecute.
Spazio dei nomi System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Sintassi
'Dichiarazione
Public Function EndExecute ( _
asyncResult As IAsyncResult _
) As OperationResponse
'Utilizzo
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
Parametri
- asyncResult
Tipo: System.IAsyncResult
Oggetto IAsyncResult che rappresenta lo stato dell'operazione asincrona.
Valore restituito
Tipo: System.Data.Services.Client.OperationResponse
Risultato dell'operazione.