Click or drag to resize

ITransferDataResultContextReturnDataAsync Method

IT Hit User File System

Namespace:  ITHit.FileSystem
Assembly:  ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.2.27026.0
Syntax
Task<OperationResult> ReturnDataAsync(
	byte[] buffer,
	long offset,
	long length
)

Parameters

buffer
Type: SystemByte
offset
Type: SystemInt64
length
Type: SystemInt64

Return Value

Type: TaskOperationResult
Remarks
This call will reset the 60 sec timout timer.
See Also