Share via


SoapFilterResult.Terminate Property

Represents a SoapFilterResult to indicate that the pipeline must stop processing any subsequent SOAP filters.

Namespace: Microsoft.Web.Services3
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim returnValue As SoapFilterResult
returnValue = SoapFilterResult.Terminate

Syntax

'Declaration
Public Shared ReadOnly Property Terminate() As SoapFilterResult
public static SoapFilterResult Terminate {get;}
public:
property static SoapFilterResult^ Terminate {
    SoapFilterResult^ get();
}
public static SoapFilterResult get_Terminate();
public static function get Terminate() : SoapFilterResult;

Property Value

A SoapFilterResult object that indicates that the pipeline must stop processing any subsequent SOAP filters. This instance has its Stop value set to true.

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