ActionsPane.BeginInvoke Method (Delegate, array<Object[]) (2007 System)

Provides the same functionality as the Control.BeginInvoke(Delegate, array<Object[]) method.

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

Syntax

'Declaration
Public Function BeginInvoke ( _
    method As Delegate, _
    args As Object() _
) As IAsyncResult
'Usage
Dim instance As ActionsPane 
Dim method As [Delegate]
Dim args As Object()
Dim returnValue As IAsyncResult 

returnValue = instance.BeginInvoke(method, _
    args)
public IAsyncResult BeginInvoke(
    Delegate method,
    Object[] args
)
public:
IAsyncResult^ BeginInvoke(
    Delegate^ method, 
    array<Object^>^ args
)
public function BeginInvoke(
    method : Delegate, 
    args : Object[]
) : IAsyncResult

Parameters

Return Value

Type: System.IAsyncResult

.NET Framework Security

See Also

Reference

ActionsPane Class

ActionsPane Members

BeginInvoke Overload

Microsoft.Office.Tools Namespace