FaultBindingCollection.Remove Method (FaultBinding)

 

Removes the first occurrence the specified FaultBinding from the FaultBindingCollection.

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

member Remove : 
        bindingOperationFault:FaultBinding -> unit

Parameters

bindingOperationFault
Type: System.Web.Services.Description.FaultBinding

The FaultBinding 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 FaultBinding move up to occupy the vacated spot.

The following example demonstrates a typical use of the Remove method.

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

.NET Framework
Available since 1.1
Return to top
Show: