Click or drag to resize

BackgroundCopyJobType Enumeration

Defines constant values that specify the type of transfer job, such as download.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public enum BackgroundCopyJobType
Members
  Member nameValueDescription
Download0 Specifies that the job downloads files to the client.
Upload1 Specifies that the job uploads a file to the server.
UploadReply2 Specifies that the job uploads a file to the server and receives a reply file from the server application.
See Also