dbicCalendar Send comments on this topic.
BeginInvoke(Delegate) Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class > BeginInvoke Method : BeginInvoke(Delegate) Method

method
A delegate to a method that takes no parameters.
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.

Syntax

Visual Basic (Declaration) 
Overloads Public Function BeginInvoke( _
   ByVal method As Delegate _
) As IAsyncResult
C# 
public IAsyncResult BeginInvoke( 
   Delegate method
)

Parameters

method
A delegate to a method that takes no parameters.

Return Value

An System.IAsyncResult that represents the result of the System.Windows.Forms.Control.BeginInvoke(System.Delegate) operation.

Exceptions

ExceptionDescription
System.InvalidOperationExceptionNo appropriate window handle can be found.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also