ClientBase<TChannel>.ChannelBase<T>.BeginInvoke 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.
Démarre un appel asynchrone d'une méthode spécifiée par nom.
protected:
IAsyncResult ^ BeginInvoke(System::String ^ methodName, cli::array <System::Object ^> ^ args, AsyncCallback ^ callback, System::Object ^ state);
protected IAsyncResult BeginInvoke (string methodName, object[] args, AsyncCallback callback, object state);
member this.BeginInvoke : string * obj[] * AsyncCallback * obj -> IAsyncResult
Protected Function BeginInvoke (methodName As String, args As Object(), callback As AsyncCallback, state As Object) As IAsyncResult
Paramètres
- methodName
- String
Nom de la méthode à appeler de façon asynchrone.
- args
- Object[]
Tableau d'arguments de la méthode appelée.
- callback
- AsyncCallback
Délégué AsyncCallback.
- state
- Object
Objet d'état.
Retours
IAsyncResult qui référence la méthode asynchrone appelée.