Table of Contents

Delegate RetryableCopyToStreamTask.ReadDelegate

Namespace
Hi3Helper.Plugin.Core.Utility
Assembly
Hi3Helper.Plugin.Core.dll

Gets how many bytes being read per cycle from source Stream.

public delegate void RetryableCopyToStreamTask.ReadDelegate(int read)

Parameters

read int

Length of bytes being read from source Stream.