System.Web.Services.Description.ServiceDescriptionBaseCollection.OnInsertComplete Method

Performs additional custom processes after inserting a new element into the System.Web.Services.Description.ServiceDescriptionBaseCollection.

Syntax

protected override void OnInsertComplete (int index, object value)

Parameters

index
The zero-based index at which to insert the value parameter.
value
The element to insert into the collection.

Remarks

The default implementation of this method is intended to be overridden by a derived class to perform some action when the specified element is inserted. For example, a derived class might need additional validation.

This protected method is accessible only through this class or a derived class.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0