If.Invalidates Property
Gets the list of URIs used to refer to the referrral statements that may be invalidated.
Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
If Class
If Members
Microsoft.Web.Services3.Referral Namespace