ExitSignalEventHandler Delegate
[C#]
public delegate void ExitSignalEventHandler(
object sender,
ExitSignal signal);
Parameters
- sender: The source of the event.
- signal: An ExitSignal.
Remarks
Mostly used in combination with the [ClientSessionChannel]ExecRequest method. If the remote application terminates violently because of a signal, information about the signal is returned here.