Show / Hide Table of Contents

Interface IFileTransferMonitor

Interface optionally passed to the Connection object when uploading a file in order to track the progress of the upload.

Namespace: Moraware.JobTrackerAPI5
Assembly: JobTrackerAPI5.dll
Syntax
public interface IFileTransferMonitor

Methods

UpdateStatus(FileTransferProgressEvent)

Called to provide status information about the file transfer.

Declaration
void UpdateStatus(FileTransferProgressEvent event_)
Parameters
Type Name Description
FileTransferProgressEvent event_

Describes the status of the current file transfer.

Back to top Generated by DocFX