SoapMethodInvoker.InvokeBackground Method
Invokes the target Web service method that is specified in the SOAP request using a thread pool thread.
Namespace: Microsoft.Web.Services3.Messaging
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim message As SoapEnvelope
Dim soapMethodInvoker1 As SoapMethodInvoker
soapMethodInvoker1.InvokeBackground(message)
Syntax
'Declaration
Public Sub InvokeBackground( _
ByVal message As SoapEnvelope _
)
public void InvokeBackground(
SoapEnvelope message
);
public:
void InvokeBackground(
SoapEnvelope^ message
);
public void InvokeBackground(
SoapEnvelope message
);
public function InvokeBackground(
message : SoapEnvelope
) : Void;
Parameters
- message
A SoapEnvelope that specifies the Web service method to invoke.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SoapMethodInvoker Class
SoapMethodInvoker Members
Microsoft.Web.Services3.Messaging Namespace