[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Deletes all records from the cache based on a URL

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
DeleteUrl(
	
string 
url
)
Sub 
DeleteUrl ( _
	
url 
As 
String _
)
void 
DeleteUrl(
	
String^ 
url
)

Parameters

url
String

See Also