Click or drag to resize

InternalServiceUploadChunk Method

Namespace:  FileHold.DocumentRepository
Assembly:  FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.0.0.0
Syntax
C#
public void UploadChunk(
	Guid token,
	byte[] chunk
)

Parameters

token
Type: SystemGuid
chunk
Type: SystemByte
See Also