Click or drag to resize

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.2.0.0 (7.2.0.0)
Syntax
public static bool AllowMultipleConnections { get; set; }

Property Value

Type: Boolean
true if the process can instanciate more than one MvComponent per connection to a specific server and false otherwise, which is the default value.
Remarks
By default a process instanciate only one MvComponent per connection.
See Also