'Declaration Public MustOverride Function BeginInvoke( _
ByVal methodThe method.As System.Delegate, _
ByVal ParamArray argsThe arguments.() As System.Object _
) As System.IAsyncResult
public abstract System.IAsyncResult BeginInvoke(
System.Delegate method,
params System.Object[] args
)
public: abstract System.IAsyncResult* BeginInvoke(
System.Delegate* method,
params System.Object[]* args
)
public:
abstract System.IAsyncResult^ BeginInvoke(
System.Delegate^ method,
... array<System.Object>^ args
)
Parameters
- method
- The method.
- args
- The arguments.
Return Value
An System.IAsyncResult that represents the result of the System.Windows.Forms.Control.BeginInvoke(System.Delegate) operation.