IMainViewShowRebroadcastServerStatus Method |
Updates the display with the current set of connections to the rebroadcast servers.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ShowRebroadcastServerStatus(
IList<RebroadcastServerConnection> connections
)
Sub ShowRebroadcastServerStatus (
connections As IList(Of RebroadcastServerConnection)
)
void ShowRebroadcastServerStatus(
IList<RebroadcastServerConnection^>^ connections
)
abstract ShowRebroadcastServerStatus :
connections : IList<RebroadcastServerConnection> -> unit
Parameters
- connections
- Type: System.Collections.GenericIListRebroadcastServerConnection
See Also