ActionsPane.BeginInvoke Method (Delegate)

Executes the specified delegate asynchronously on the thread that the actions pane control's underlying handle was created on.

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

Syntax

'Declaration
Function BeginInvoke ( _
    method As Delegate _
) As IAsyncResult
IAsyncResult BeginInvoke(
    Delegate method
)

Parameters

  • method
    Type: System.Delegate

    A delegate to a method that takes no parameters.

Return Value

Type: System.IAsyncResult
The result of the BeginInvoke(Delegate) operation.

Remarks

This method provides the same functionality as the Control.BeginInvoke(Delegate) method. For more information about using this method, see Control.BeginInvoke(Delegate).

.NET Framework Security

See Also

Reference

ActionsPane Interface

BeginInvoke Overload

Microsoft.Office.Tools Namespace

Other Resources

Actions Pane Overview