| 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.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual MvComponent Instanciate()
Public Overridable Function Instanciate As MvComponent
public:
virtual MvComponent^ Instanciate()
Return Value
Type:
MvComponentThe new instance.
Remarks
You must override this method if you want Rogue Wave Server to
create instances of a specific derived class.
See Also