Show / Hide Table of Contents

Interface IDownloadDal

Downloads data access functionality.

Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.SQL.Abstractions.dll
Syntax
public interface IDownloadDal

Methods

View Source

LogDownloadRequestAsync(string, string, Guid, bool)

Logs a download request.

Declaration
Task LogDownloadRequestAsync(string user, string title, Guid crashId, bool isRetailSandbox)
Parameters
Type Name Description
string user
string title
Guid crashId
bool isRetailSandbox
Returns
Type Description
Task

A task representing the work to log a download request.

  • View Source
In this article
Back to top Generated by DocFX