DiscoveryClientResultCollection.Remove(DiscoveryClientResult) Method

Definition

Removes the first occurrence of a specific DiscoveryClientResult from the DiscoveryClientResultCollection.

public:
 void Remove(System::Web::Services::Discovery::DiscoveryClientResult ^ value);
public void Remove (System.Web.Services.Discovery.DiscoveryClientResult value);
member this.Remove : System.Web.Services.Discovery.DiscoveryClientResult -> unit
Public Sub Remove (value As DiscoveryClientResult)

Parameters

Examples

DiscoveryClientResult_Filename#1

Remarks

The DiscoveryClientResult elements that follow the removed DiscoveryClientResult move up to occupy the vacated spot.

Applies to