IRetryableStreamWriter public interface IRetryableStreamWriter : IDisposable, IStateful Documentation void FlushChunks(CancellationToken token) void InitializeFile(CancellationToken token) void WriteChunk(string chunk, CancellationToken token) void WriteEntry(string loadFileEntry, CancellationToken token)