IOperationInvoker.InvokeBegin(Object, Object[], AsyncCallback, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Implémentation asynchrone de la méthode Invoke(Object, Object[], Object[]).
public:
IAsyncResult ^ InvokeBegin(System::Object ^ instance, cli::array <System::Object ^> ^ inputs, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult InvokeBegin (object instance, object[] inputs, AsyncCallback callback, object state);
abstract member InvokeBegin : obj * obj[] * AsyncCallback * obj -> IAsyncResult
Public Function InvokeBegin (instance As Object, inputs As Object(), callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- instance
- Object
Objet à appeler.
- inputs
- Object[]
Entrées de la méthode.
- callback
- AsyncCallback
Objet de rappel asynchrone.
- state
- Object
Données d'état associé.
Retours
IAsyncResult utilisé pour terminer l'appel asynchrone.