If.Invalidates Property

Gets the list of URIs used to refer to the referrral statements that may be invalidated.

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

Usage

'Usage
Dim if1 As If

Dim returnValue As UriList
returnValue = if1.Invalidates

Syntax

'Declaration
Public ReadOnly Property Invalidates() As UriList
public UriList Invalidates {get;}
public: property UriList^ Invalidates{
    UriList^ get();
}
public UriList get_Invalidates();
public function get Invalidates() : UriList;

Property Value

A UriList containing the list of URIs that may be invalidated.

Remarks

The invalidates condition is fulfilled if all referral statements with refId values that match the value of a rid element are invalidated. If at the time of interpreting the referral statement a SOAP router does not have a referral statement with a refId value that matches the value of a rid element, then that rid element is ignored and does not cause the condition to fail.

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

If Class
Microsoft.Web.Services2.Referral Namespace

Other Resources

If Members