| MvComponent Constructor |
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax protected MvComponent(
string fullName
)
Protected Sub New (
fullName As String
)
protected:
MvComponent(
String^ fullName
)
Parameters
- fullName
- Type: SystemString
The name of the component.
Remarks
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.
See Also