Table of Contents

Interface IApizrDownloadManager<TDownloadApi>

Namespace
Apizr.Transferring.Managing
Assembly
Apizr.Integrations.FileTransfer.dll

The download manager with a dictionary query parameters type

public interface IApizrDownloadManager<TDownloadApi> : IApizrDownloadManager<TDownloadApi, IDictionary<string, object>>, IApizrTransferManagerBase<TDownloadApi>, IApizrManager where TDownloadApi : IDownloadApi<IDictionary<string, object>>

Type Parameters

TDownloadApi

The download api type to manage

Inherited Members