Share via


ActionsPane.EndInvoke Method

Retrieves the return value of the specified asynchronous operation.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)

Syntax

'Declaration
Function EndInvoke ( _
    asyncResult As IAsyncResult _
) As Object
Object EndInvoke(
    IAsyncResult asyncResult
)

Parameters

Return Value

Type: System.Object
The Object generated by the asynchronous operation.

Remarks

This method provides the same functionality as the Control.EndInvoke method. For more information about using this method, see Control.EndInvoke.

.NET Framework Security

See Also

Reference

ActionsPane Interface

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview