IBdcSoapHttpClientProtocolExtension.InvokeAsync - Méthode (String, Object[], SendOrPostCallback)
Appelle la méthode spécifiée de manière asynchrone.
Espace de noms : Microsoft.BusinessData.SystemSpecific
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Sub InvokeAsync ( _
methodName As String, _
parameters As Object(), _
callback As SendOrPostCallback _
)
'Utilisation
Dim instance As IBdcSoapHttpClientProtocolExtension
Dim methodName As String
Dim parameters As Object()
Dim callback As SendOrPostCallback
instance.InvokeAsync(methodName, parameters, _
callback)
void InvokeAsync(
string methodName,
Object[] parameters,
SendOrPostCallback callback
)
Paramètres
methodName
Type : System.StringLe nom de la méthode à appeler.
parameters
Type : []Les paramètres à passer à la méthode.
callback
Type : System.Threading.SendOrPostCallbackLe délégué appelé lorsque l'appel de méthode est terminée.
Voir aussi
Référence
IBdcSoapHttpClientProtocolExtension interface