This documentation is archived and is not being maintained.

ServiceDescriptionBaseCollection.OnClear Method

Clears the contents of the ServiceDescriptionBaseCollection instance.

[Visual Basic]
Overrides Protected Sub OnClear()
[C#]
protected override void OnClear();
[C++]
protected: void OnClear();
[JScript]
protected override function OnClear();

Remarks

This method is intended to be overridden to perform additional processes when clearing the contents of a derived collection. This protected method is accessible only through this class or a derived class.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ServiceDescriptionBaseCollection Class | ServiceDescriptionBaseCollection Members | System.Web.Services.Description Namespace

Show: