C# Class Renci.SshNet.Messages.Connection.ExitSignalRequestInfo

Represents "exit-signal" type channel request information
Inheritance: RequestInfo
Afficher le fichier Open project: sshnet/SSH.NET

Méthodes publiques

Méthode Description
ExitSignalRequestInfo ( )

Initializes a new instance of the ExitSignalRequestInfo class.

ExitSignalRequestInfo ( string signalName, bool coreDumped, string errorMessage, string language )

Initializes a new instance of the ExitSignalRequestInfo class.

Méthodes protégées

Méthode Description
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

Method Details

ExitSignalRequestInfo() public méthode

Initializes a new instance of the ExitSignalRequestInfo class.

ExitSignalRequestInfo() public méthode

Initializes a new instance of the ExitSignalRequestInfo class.
public ExitSignalRequestInfo ( string signalName, bool coreDumped, string errorMessage, string language )
signalName string Name of the signal.
coreDumped bool if set to true then core is dumped.
errorMessage string The error message.
language string The language.

LoadData() protected méthode

Called when type specific data need to be loaded.
protected LoadData ( ) : void
Résultat void

SaveData() protected méthode

Called when type specific data need to be saved.
protected SaveData ( ) : void
Résultat void