ClientBase<TChannel>.EndOperationDelegate Delegate

Microsoft Silverlight will reach end of support after October 2021. Learn more.

A delegate that is invoked by InvokeAsync(BeginOperationDelegate, array<Object[], EndOperationDelegate, SendOrPostCallback, Object) on successful completion of the call made by InvokeAsync(BeginOperationDelegate, array<Object[], EndOperationDelegate, SendOrPostCallback, Object) to ClientBase<TChannel>.BeginOperationDelegate.

Namespace:  System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

Syntax

'Declaration
Protected Delegate Function EndOperationDelegate ( _
    result As IAsyncResult _
) As Object()
protected delegate Object[] EndOperationDelegate(
    IAsyncResult result
)

Parameters

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.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference