ReferralCache.Remove Method
Removes the specified referral from the cache.
Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim refid As Uri
Dim returnValue As Boolean
returnValue = ReferralCache.Remove(refid)
Syntax
'Declaration
Public Shared Function Remove( _
ByVal refid As Uri _
) As Boolean
public static bool Remove(
Uri refid
);
public:
static bool Remove(
Uri^ refid
);
public static boolean Remove(
Uri refid
);
public static function Remove(
refid : Uri
) : Boolean;
Parameters
- refid
A System.Uri that is the RefId property of the referral to remove.
Return Value
true when the referral cache did contain the referral and it is now removed; 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 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
ReferralCache Class
ReferralCache Members
Microsoft.Web.Services3.Referral Namespace