ServiceDescriptionCollection::Remove Method (ServiceDescription^)
.NET Framework (current version)
Removes the first occurrence of the specified ServiceDescription from the collection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- serviceDescription
-
Type:
System.Web.Services.Description::ServiceDescription^
The ServiceDescription to remove from the collection.
This method performs a linear search; therefore, the average execution time is proportional to Count.
The elements that follow the removed ServiceDescription move up to occupy the vacated spot.
.NET Framework
Available since 1.1
Available since 1.1
Show: