DiscoveryClientDocumentCollection.Remove Method (String)

 

Removes an object with the specified URL from the DiscoveryClientDocumentCollection.

Namespace:   System.Web.Services.Discovery
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Remove : 
        url:string -> unit

Parameters

url
Type: System.String

The URL for the discovered document to remove from the DiscoveryClientDocumentCollection.

Exception Condition
ArgumentNullException

url is null.

The following code example removes the discovery document with a URL of http://www.contoso.com/service1.disco from the DiscoveryClientDocumentCollection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: