Click or drag to resize

BackgroundCopyJobNotifications Enumeration

Defines the constant values that specify the type of events you will receive, such as job transferred events.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
[FlagsAttribute]
public enum BackgroundCopyJobNotifications
Members
  Member nameValueDescription
Transferred1 All of the files in the job have been transferred.
Error2 An error has occurred.
Disabled4 Event notification is disabled.
Modification8 The job has been modified. For example, a property value changed, the state of the job changed, or progress is made transferring the files.
FileTransferred16 A file in the job has been transferred. This flag is ignored in command-line callbacks if command line notification is specified.
See Also