TgzReader.ExportToAsync

TgzReader.ExportToAsync method

Save messages and directory structure using given path.

public Task ExportToAsync(string path, CancellationToken token = default)
ParameterTypeDescription
pathStringThe main directory path to save storage structure.
tokenCancellationTokenA CancellationToken that enables the possible cancellation of the operation.

Exceptions

exceptioncondition
ArgumentNullExceptionthrows if file name is null or empty

See Also