Share via


PolicyAssertion.IsSatisfiedBy Method

When overridden in a derived class, indicates whether a SOAP message satisfies the policy assertion.

Namespace: Microsoft.Web.Services2.Policy
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim message As SoapEnvelope
Dim returnValue As Boolean
Dim policyAssertion1 As PolicyAssertion
returnValue = policyAssertion1.IsSatisfiedBy(message)

Syntax

'Declaration
Public MustOverride Function IsSatisfiedBy( _
    ByVal message As SoapEnvelope _
) As Boolean
public abstract bool IsSatisfiedBy(
    SoapEnvelope message
);
public: abstract Boolean IsSatisfiedBy(
    SoapEnvelope^ message
);
public abstract boolean IsSatisfiedBy(
    SoapEnvelope message
);
public abstract function IsSatisfiedBy(
     message : SoapEnvelope
) : Boolean;

Parameters

Return Value

true if a policy has been satisfied; otherwise false.

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 Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

PolicyAssertion Class
Microsoft.Web.Services2.Policy Namespace

Other Resources

PolicyAssertion Members