Click or drag to resize

BackgroundCopyFileRange Constructor

Initializes a new instance of the BackgroundCopyFileRange class with the specified offset and length.

Namespace:  usis.Net.Bits
Assembly:  usis.Net.Bits (in usis.Net.Bits.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public BackgroundCopyFileRange(
	long offset,
	long length
)

Parameters

offset
Type: SystemInt64
The offset to the beginning of the range of bytes to download from a file.
length
Type: SystemInt64
The length of the range, in bytes.
See Also