ClientBase<TChannel>::EndOperationDelegate Delegate
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
A delegate that is invoked by InvokeAsync on successful completion of the call made by InvokeAsync to ClientBase<TChannel>::BeginOperationDelegate.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- result
- Type: System::IAsyncResult
The result returned by the call made by InvokeAsync to ClientBase<TChannel>::BeginOperationDelegate.
Return Value
Type: array< System::Object >An array of Object that contains the results of the call to the asynchronous method. The operation may have multiple return values, which are all returned in this object array.
Capabilities
If you use this API in your app, you must specify the following capabilities in the app manifest. Otherwise, your app might not work correctly or it might exit unexpectedly.
ID_CAP_NETWORKING | Windows Phone 8, Windows Phone OS 7.1 |
For more info, see App capabilities and hardware requirements for Windows Phone 8.