| MvProcessAllowMultipleConnections Property |
Gets and sets whether this process can instanciate more than one
MvComponent per connection to a specific server.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public static bool AllowMultipleConnections { get; set; }
Public Shared Property AllowMultipleConnections As Boolean
Get
Set
public:
static property bool AllowMultipleConnections {
bool get ();
void set (bool value);
}
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.
Remarks
By default a process instanciate only one
MvComponent per connection.
See Also