The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ClientBase(Of TChannel).BeginOperationDelegate Delegate
Silverlight
A delegate that is used by InvokeAsync(BeginOperationDelegate, Object(), EndOperationDelegate, SendOrPostCallback, Object) for calling asynchronous operations on the client.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration Protected Delegate Function BeginOperationDelegate ( _ inValues As Object(), _ asyncCallback As AsyncCallback, _ state As Object _ ) As IAsyncResult
Parameters
- inValues
- Type: System.Object()
The input values to the asynchronous call.
- asyncCallback
- Type: System.AsyncCallback
Reference to the method to be called when the corresponding asynchronous operation completes.
- state
- Type: System.Object
An Object that lets the client distinguish between different asynchronous calls. It is made available to the client in the arguments parameter of the event completion callback.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: