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.DelegateA 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools Namespace