Show / Hide Table of Contents

Interface IUploadDal

Upload data access functionality.

Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.Abstractions.dll
Syntax
public interface IUploadDal

Methods

View Source

UpdateCrashMetadataAsync(Guid, Uri, String, String, String, Uri)

Sets the path of where the crash blob is stored.

Declaration
Task UpdateCrashMetadataAsync(Guid id, Uri uploadLocation, string internalStatus, string crashOrigin, string titleName, Uri analysisUri = null)
Parameters
Type Name Description
System.Guid id
System.Uri uploadLocation
System.String internalStatus
System.String crashOrigin
System.String titleName
System.Uri analysisUri
Returns
Type Description
System.Threading.Tasks.Task
  • View Source
In This Article
Back to top Generated by DocFX