Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Wird aufgerufen, um BeginExecute abzuschließen.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Function EndExecute ( _
asyncResult As IAsyncResult _
) As OperationResponse
'Usage
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
Parameter
- asyncResult
Typ: System.IAsyncResult
Ein IAsyncResult zur Darstellung des Status eines asynchronen Vorgangs.
Rückgabewert
Typ: System.Data.Services.Client.OperationResponse
Das Ergebnis des Vorgangs.