SoapHttpClientProtocol.InvokeAsync Method (String, Object[], SendOrPostCallback, Object)
.NET Framework 2.0
Invokes the specified method asynchronously.
Namespace: System.Web.Services.Protocols
Assembly: System.Web.Services (in system.web.services.dll)
Assembly: System.Web.Services (in system.web.services.dll)
protected: void InvokeAsync ( String^ methodName, array<Object^>^ parameters, SendOrPostCallback^ callback, Object^ userState )
protected void InvokeAsync ( String methodName, Object[] parameters, SendOrPostCallback callback, Object userState )
protected function InvokeAsync ( methodName : String, parameters : Object[], callback : SendOrPostCallback, userState : Object )
Not applicable.
Parameters
- methodName
The name of the method to invoke.
- parameters
The parameters to pass to the method.
- callback
The delegate called when the method invocation has completed.
- userState
An object used to pass state information into the callback delegate.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Show: