Click or drag to resize

ServerStart Class

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

Namespace:  callback.ShellBoost.Core.Client
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts to string.
(Overrides ObjectToString.)
Top
See Also