Rogue Wave Server Component library for .NET Reference Guide
|
|
MvProcessAllowMultipleConnections Property |
Gets and sets whether this process can instanciate more than one
MvComponent per connection to a specific server.
Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 7.0.0.0 (7.0.0.0)
Property Value
Type: Booleantrue if the process can instanciate more than one MvComponent per connection to a specific server and false otherwise, which is the default value.
By default a process instanciate only one
MvComponent per connection.