Click or drag to resize

BackgroundCopyJobTransferred Event

Occurs when all of the files in the job have successfully transferred.

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<EventArgs> Transferred

Value

Type: SystemEventHandlerEventArgs
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