IRebroadcastServerManager Interface |
Namespace: VirtualRadar.Interface.Network
The IRebroadcastServerManager type exposes the following members.
Name | Description | |
---|---|---|
Online |
Gets or sets a flag indicating that the server is online.
| |
RebroadcastServers |
Gets the collection of rebroadcast servers that are being controlled by the manager.
| |
Singleton |
Gets the single instance of the class that should be used throughout the application.
(Inherited from ISingletonT.) |
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
GetConnections |
Returns a list of objects describing all of the connections to the rebroadcast servers.
| |
Initialise |
Creates the initial collection of rebroadcast servers from the configuration settings.
|
Name | Description | |
---|---|---|
ClientConnected |
Raised when a client connects to one of the servers.
| |
ClientDisconnected |
Raised when a client disconnects from one of the servers.
| |
ExceptionCaught |
Raised when an exception is caught on the background thread. The background thread should not
pass ThreadAbortException through this.
(Inherited from IBackgroundThreadExceptionCatcher.) | |
OnlineChanged |
Raised when Online changes.
|