CopyFileProgressCallbackReason Enumeration

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum CopyFileProgressCallbackReason

Remarks

Members

ChunkFinished 0 Another part of the data file was copied.
StreamSwitch 1 Another stream was created And Is about to be copied.

This Is the callback reason given when the callback routine Is first invoked.

See Also