'Declaration Public Overrides Function BeginInvoke( _
ByVal methodМетод.As System.Delegate, _
ByVal ParamArray argsАргументы.() As System.Object _
) As System.IAsyncResult
public override System.IAsyncResult BeginInvoke(
System.Delegate method,
params System.Object[] args
)
public: System.IAsyncResult* BeginInvoke(
System.Delegate* method,
params System.Object[]* args
); override
public:
System.IAsyncResult^ BeginInvoke(
System.Delegate^ method,
... array<System.Object>^ args
); override
Parameters
- method
- Метод.
- args
- Аргументы.
Return Value
System.IAsyncResult, представляющий результат операции System.Windows.Forms.Control.BeginInvoke(System.Delegate).