Click or drag to resize

MvComponentFactoryInstanciate Method

Called by the Instanciate function on the class singleton to create a new instance of an MvComponent class or of a derived class.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual MvComponent Instanciate()

Return Value

Type: MvComponent
The new instance.
Remarks
You must override this method if you want Rogue Wave Server to create instances of a specific derived class.
See Also