Click or drag to resize

BackgroundCopyJobPriority Property

Gets or sets the priority level for the job.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public BackgroundCopyJobPriority Priority { get; set; }

Property Value

Type: BackgroundCopyJobPriority
The priority level for the job.
Remarks
The priority level determines when the job is processed relative to other jobs in the transfer queue.
See Also