ClientBase<TChannel>.ChannelBase<T>.EndInvoke Method
Silverlight
Completes an asynchronous invocation by name of a specified method.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- methodName
- Type: System.String
The name of the method called asynchronously.
- args
- Type: System.Object[]
An array of arguments for the method invoked.
- result
- Type: System.IAsyncResult
The IAsyncResult returned by a call to the BeginInvoke(String, Object[], AsyncCallback, Object) method.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.