Delegate CSHTML5_ClientBase<TChannel>.EndOperationDelegate
A delegate that is invoked by ClientBase<TChannel>.InvokeAsync(...) on successful completion of the call made by ClientBase<TChannel>.InvokeAsync(...) to ClientBase<TChannel>.BeginOperationDelegate.
Namespace: System.ServiceModel
Assembly: OpenSilver.dll
Syntax
protected delegate object[] EndOperationDelegate(IAsyncResult result);
Parameters
| Type | Name | Description |
|---|---|---|
| System.IAsyncResult | result |
Returns
| Type | Description |
|---|---|
| System.Object[] |