'Declaration Public MustOverride Function BeginInvoke( _
ByVal methodМетод.As System.Delegate, _
ByVal ParamArray argsАргументы.() 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
- Метод.
- args
- Аргументы.
Return Value
System.IAsyncResult, представляющий результат операции System.Windows.Forms.Control.BeginInvoke(System.Delegate).