SoapFilterResult.Continue Property
Represents the SoapFilterResult that is returned if processing should continue to the next Soap filter in the pipeline.
Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim returnValue As SoapFilterResult
returnValue = SoapFilterResult.Continue
Syntax
'Declaration
Public Shared ReadOnly Property Continue() As SoapFilterResult
public static SoapFilterResult Continue {get;}
public:
property static SoapFilterResult^ Continue {
SoapFilterResult^ get();
}
public static SoapFilterResult get_Continue();
public static function get Continue() : SoapFilterResult;
Property Value
A SoapFilterResult that indicates whether processing must continue to the next Soap filter in the pipeline. This instance has its Stop value set to false.
Remarks
A Continue must be returned to indicate that processing should continue to the next Soap filter in the pipeline.
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
SoapFilterResult Class
SoapFilterResult Members
Microsoft.Web.Services3 Namespace