SoapFilterResult Constructor
Initializes a new instance of the SoapFilterResult class with the specified user defined method to invoke during pipeline processing.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim targetMethod As SoapServerMethod
Dim soapFilterResult1 As New SoapFilterResult(targetMethod)
Syntax
'Declaration
Public Sub New( _
ByVal targetMethod As SoapServerMethod _
)
public SoapFilterResult(
SoapServerMethod targetMethod
);
public:
SoapFilterResult(
SoapServerMethod^ targetMethod
);
public SoapFilterResult(
SoapServerMethod targetMethod
);
public function SoapFilterResult(
targetMethod : SoapServerMethod
);
Parameters
- targetMethod
A SoapServerMethod representing a user defined method that the pipeline must transfer control to.
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
SoapFilterResult Class
SoapFilterResult Members
Microsoft.Web.Services3 Namespace