Click or drag to resize

InternalServiceDownloadChunk Method

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public byte[] DownloadChunk(
	Guid token,
	long position,
	int chunkSize
)

Parameters

token
Type: SystemGuid
position
Type: SystemInt64
chunkSize
Type: SystemInt32

Return Value

Type: Byte
See Also