SearchWaitHandler.Create(Object, Object, XmlNode) Method

Definition

Creates the handler.

public:
 virtual System::Object ^ Create(System::Object ^ parent, System::Object ^ configContext, System::Xml::XmlNode ^ section);
public virtual object Create (object parent, object configContext, System.Xml.XmlNode section);
abstract member Create : obj * obj * System.Xml.XmlNode -> obj
override this.Create : obj * obj * System.Xml.XmlNode -> obj
Public Overridable Function Create (parent As Object, configContext As Object, section As XmlNode) As Object

Parameters

parent
Object

The parent class to inherit from.

configContext
Object

The configuration context.

section
XmlNode

The XML node that contains the section.

Returns

The new handler object.

Implements

Applies to