ProgressErrorEventHandler Delegate

[C#]

public delegate void ProgressErrorEventHandler(
  object sender,
  uint taskSpecificStep,
  string auxInfo);

Parameters

  • sender: The source of the event.
  • taskSpecificStep: May be a ConnectStep or ClientSftpChannelOpenStep enumeration. If zero, the value is irrelevant for the current task and should not be evaluated.
  • auxInfo: Auxiliary info may be an empty string.

Remarks

This delegate is used with a variety of FlowSshNet tasks to report progress related errors.