The MultiConnectionConfig type exposes the following properties.
Properties
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
CurrentConnectionMode |
The active connection mode. Default is ConnectionMode.SIMULTANEOUS_CONNECT_SINGLE_ACTIVE. | |
MaxRandomReconnectDelay |
When any connection with queries is lost, The LiveViewMultiConnection will wait a random amount of time
from 0 to this value (in seconds) before trying to reconnect those queries to another server.
The purpose is that when one server with many clients goes down, it will prevent the client from all
trying to reconnect to one server all at the same time. Some clients will be delayed, rather than
all clients plus the clients already connected to the secondary server being delayed.
| |
RetryIntervalMS |
Time to wait before making another connection attempt, in milliseconds. Default == 1000.
| |
TimeoutMS |
Time before giving up on a connection attempt, in milliseconds. -1 == forever (the default).
|