ILayoutEditor.BeginInvoke Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| BeginInvoke(Delegate) | |
| BeginInvoke(Delegate, Object[]) |
BeginInvoke(Delegate)
public:
IAsyncResult ^ BeginInvoke(Delegate ^ method);
public IAsyncResult BeginInvoke (Delegate method);
Public Function BeginInvoke (method As Delegate) As IAsyncResult
Parametri
- method
- Delegate
Restituisce
Si applica a
BeginInvoke(Delegate, Object[])
public:
IAsyncResult ^ BeginInvoke(Delegate ^ method, cli::array <System::Object ^> ^ args);
public IAsyncResult BeginInvoke (Delegate method, object[] args);
Public Function BeginInvoke (method As Delegate, args As Object()) As IAsyncResult
Parametri
- method
- Delegate
- args
- Object[]