Rogue Wave Server Component library for .NET Reference Guide
|
|
MvComponent Constructor |
Initializes a new MvComponent instance.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Parameters
- fullName
- Type: SystemString
The name of the component.
A new instance of MvComponent is created each time
a connection is established with an object server at runtime.
If you want to subclass MvComponent, you must
override the member function
Instanciate, which is used by
Rogue Wave Server to build a new component.