Show / Hide Table of Contents

Interface IBugFilerExtended

Inherited Members
IBugFiler.CreateBugAsync(IImmutableDictionary<string, MetadataItem>, IEnumerable<int>)
IBugFiler.CreateCrashInstanceAsync(object, IImmutableDictionary<string, MetadataItem>, IAttachmentContainer, string, string)
IBugFiler.DeleteCrashAsync(int)
IBugSearch.FindMatchingBugAsync(string, string, IImmutableDictionary<string, MetadataItem>, KeyValuePair<string, IImmutableList<string>>)
IBugSearch.FindMatchingBugAsync(string, string, string, CancellationToken)
IBugSearch.FindMatchingCrashAsync(string, CancellationToken)
IBugSearch.FindMatchingCrashesAsync(string, CancellationToken)
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Abstractions.dll
Syntax
public interface IBugFilerExtended : IBugFiler, IBugSearch

Methods

View Source

GetApportionedHitsAsync(int)

Gets the apportioned hit count that was reported in the crash instance.

Declaration
Task<int?> GetApportionedHitsAsync(int crashId)
Parameters
Type Name Description
int crashId

The crash instance ID.

Returns
Type Description
Task<int?>

The hit count, if it could be found.

View Source

GetFields(AppliesToEnum)

Gets the fields for a bug or crash.

Declaration
ValueTask<IEnumerable<BugFilerField>> GetFields(AppliesToEnum crashOrBug)
Parameters
Type Name Description
AppliesToEnum crashOrBug
Returns
Type Description
ValueTask<IEnumerable<BugFilerField>>

An enumeration of fields.

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