Click or drag to resize

ServerStart Class

Defines server start parameters.
Inheritance Hierarchy
SystemObject
  ShellBoost.Core.ClientServerStart

Namespace:  ShellBoost.Core.Client
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class ServerStart

The ServerStart type exposes the following members.

Constructors
  NameDescription
Public methodServerStart
Initializes a new instance of the ServerStart class.
Top
Properties
  NameDescription
Public propertyCommandLine
Gets or sets the command line to execute if the RPC proxy cannot communicate with the .NET server.
Public propertyDirectory
Gets or sets the directory for the command line to execute if the RPC proxy cannot communicate with the .NET server.
Public propertyOperation
Gets or sets the operation for command line to execute if the RPC proxy cannot communicate with the .NET server.
Public propertyParameters
Gets or sets the parameters for the command line to execute if the RPC proxy cannot communicate with the .NET server.
Public propertyShow
Gets or sets the show command for the command line to execute if the RPC proxy cannot communicate with the .NET server.
Public propertyWait
Gets or sets the time to wait once the command line as been successfully executed.
Top
Methods
See Also