ServerMainForm
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server
- Ancestry: Form | ServerBaseForm | ServerMainForm
constructor (declared in ServerBaseForm)
Creates a new instance of the ServerBaseForm class.
constructor
ServerMainForm()
Sub New()
constructor (String, INetworkServer)
constructor(serverName: String; server: INetworkServer)
ServerMainForm(String serverName, INetworkServer server)
Sub New(serverName As String, server As INetworkServer)
Parameters:
- serverName:
- server:
Dispose protected
method Dispose(disposing: Boolean)
void Dispose(Boolean disposing)
Sub Dispose(disposing As Boolean)
Parameters:
- disposing:
DoShutdownServer protected (declared in ServerBaseForm)
Performs server shutdown procedures (including GUI manipulations).
This method calls the ShutdownServer method to perform application-specific actions.
method DoShutdownServer
void DoShutdownServer()
Sub DoShutdownServer()
DoStartServer protected (declared in ServerBaseForm)
Performs server startup procedures (including GUI manipulations).
This method calls the StartServer method to perform application-specific actions.
method DoStartServer
void DoStartServer()
Sub DoStartServer()
DoStopServer protected (declared in ServerBaseForm)
Performs server stop procedures (including GUI manipulations).
This method calls the StopServer method to perform application-specific actions.
method DoStopServer
void DoStopServer()
Sub DoStopServer()
IsServerActive protected
property IsServerActive: Boolean read;
Boolean IsServerActive { get; }
ReadOnly Property IsServerActive() As Boolean
ServerName (declared in ServerBaseForm)
Get or sets the server application name (for example Relativity or Olympia State Server).
The server name is shown in the tray icon hint popup and context menu and is used as the server form title.
property ServerName: String read write;
String ServerName { get; set; }
Property ServerName() As String
ShowBalloonFlagRegistryKey (declared in ServerBaseForm)
Gets or sets the registry key name where the flag indicates whether the server name should be shown in a balloon when the server's main form is minimized to tray.
This flag value is saved as an Integer value named ShowBalloonTip.
property ShowBalloonFlagRegistryKey: String read write;
String ShowBalloonFlagRegistryKey { get; set; }
Property ShowBalloonFlagRegistryKey() As String
ShowBalloonTip (declared in ServerBaseForm)
Gets or sets a flag indicating whether the server name should be shown in a balloon when the server's main form is minimized to tray.
property ShowBalloonTip: Boolean read write;
Boolean ShowBalloonTip { get; set; }
Property ShowBalloonTip() As Boolean
ShutdownServer protected (declared in ServerBaseForm)
Shuts the server down.
This method should be overridden to provide proper cleanup procedures (like closing all network connections etc.).
method ShutdownServer
void ShutdownServer()
Sub ShutdownServer()
StartServer protected
method StartServer
void StartServer()
Sub StartServer()
StopServer protected
method StopServer
void StopServer()
Sub StopServer()
TrayIcon (declared in ServerBaseForm)
Gets or sets the icon image that will be shown in the tray.
property TrayIcon: Icon read write;
Icon TrayIcon { get; set; }
Property TrayIcon() As Icon
IsServerActive protected
property IsServerActive: Boolean read;
Boolean IsServerActive { get; }
ReadOnly Property IsServerActive() As Boolean
ServerName (declared in ServerBaseForm)
Get or sets the server application name (for example Relativity or Olympia State Server).
The server name is shown in the tray icon hint popup and context menu and is used as the server form title.
property ServerName: String read write;
String ServerName { get; set; }
Property ServerName() As String
ShowBalloonFlagRegistryKey (declared in ServerBaseForm)
Gets or sets the registry key name where the flag indicates whether the server name should be shown in a balloon when the server's main form is minimized to tray.
This flag value is saved as an Integer value named ShowBalloonTip.
property ShowBalloonFlagRegistryKey: String read write;
String ShowBalloonFlagRegistryKey { get; set; }
Property ShowBalloonFlagRegistryKey() As String
ShowBalloonTip (declared in ServerBaseForm)
Gets or sets a flag indicating whether the server name should be shown in a balloon when the server's main form is minimized to tray.
property ShowBalloonTip: Boolean read write;
Boolean ShowBalloonTip { get; set; }
Property ShowBalloonTip() As Boolean
TrayIcon (declared in ServerBaseForm)
Gets or sets the icon image that will be shown in the tray.
property TrayIcon: Icon read write;
Icon TrayIcon { get; set; }
Property TrayIcon() As Icon
constructor (declared in ServerBaseForm)
Creates a new instance of the ServerBaseForm class.
constructor
ServerMainForm()
Sub New()
constructor (String, INetworkServer)
constructor(serverName: String; server: INetworkServer)
ServerMainForm(String serverName, INetworkServer server)
Sub New(serverName As String, server As INetworkServer)
Parameters:
- serverName:
- server:
Dispose protected
method Dispose(disposing: Boolean)
void Dispose(Boolean disposing)
Sub Dispose(disposing As Boolean)
Parameters:
- disposing:
DoShutdownServer protected (declared in ServerBaseForm)
Performs server shutdown procedures (including GUI manipulations).
This method calls the ShutdownServer method to perform application-specific actions.
method DoShutdownServer
void DoShutdownServer()
Sub DoShutdownServer()
DoStartServer protected (declared in ServerBaseForm)
Performs server startup procedures (including GUI manipulations).
This method calls the StartServer method to perform application-specific actions.
method DoStartServer
void DoStartServer()
Sub DoStartServer()
DoStopServer protected (declared in ServerBaseForm)
Performs server stop procedures (including GUI manipulations).
This method calls the StopServer method to perform application-specific actions.
method DoStopServer
void DoStopServer()
Sub DoStopServer()
ShutdownServer protected (declared in ServerBaseForm)
Shuts the server down.
This method should be overridden to provide proper cleanup procedures (like closing all network connections etc.).
method ShutdownServer
void ShutdownServer()
Sub ShutdownServer()
StartServer protected
method StartServer
void StartServer()
Sub StartServer()
StopServer protected
method StopServer
void StopServer()
Sub StopServer()