IRebroadcastServerManagerOnline Property |
Gets or sets a flag indicating that the server is online.
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool Online { get; set; }
Property Online As Boolean
Get
Set
property bool Online {
bool get ();
void set (bool value);
}
abstract Online : bool with get, set
Property Value
Type:
BooleanRemarks
Setting this to false does not disconnect the clients attached to the
RebroadcastServers,
it just stops sending bytes to them. To disconnect the clients you need to dispose of the provider
and create a new one after you go offline.
See Also