Delegate CSHTML5_ClientBase<TChannel>.BeginOperationDelegate
A delegate that is used by ClientBase<TChannel>.InvokeAsync(...) for calling asynchronous operations on the client.
Namespace: System.ServiceModel
Assembly: OpenSilver.dll
Syntax
protected delegate IAsyncResult BeginOperationDelegate(object[] inValues, AsyncCallback asyncCallback, object state);
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | inValues | |
System.AsyncCallback | asyncCallback | |
System.Object | state |
Returns
Type | Description |
---|---|
System.IAsyncResult |