Click or drag to resize

BackgroundCopyJobFailed Event

Occurs when the state of the job changes to Error.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public event EventHandler<BackgroundCopyErrorEventArgs> Failed

Value

Type: SystemEventHandlerBackgroundCopyErrorEventArgs
Remarks
BITS implements job notifications by callbacks. When an event handler is added or removed a corresponding callback interface is set. If the access to set a notification callback is denied an exception is not thrown and the event handler is added anyway. Use the Notifications property to check what notifications you receive.
See Also