The following tables list the members exposed by TransferThreadInfo.

      Public Properties

      NameDescription
      Public PropertiesCurrentItemGets the currently processing ProgressFileItem.
      Public PropertiesDestinationGets the destination file system.
      Public PropertiesExceptionsGets the last error.
      Public PropertiesSourceGets the source file system.
      Public PropertiesStateGets or sets the thread's state.
      Public PropertiesThreadGets the Thread object.
      Public PropertiesThreadIdGets the thread id.
      Top

      Public Methods

      NameDescription
      Public MethodsPausePauses the thread. Current transfer will be canceled and will be resumed when calling the Resume method.
      Public MethodsResumeResumes the thread that was paused by Pause method.
      Public MethodsStopStops the thread.
      Top

      Public Events

      NameDescription
      Public EventsStateChangedOccurs when the state of the thread is changed.
      Top

      See Also