Interface IBugFilerExtended
Inherited Members
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Abstractions.dll
Syntax
public interface IBugFilerExtended : IBugFiler, IBugSearch
Methods
View SourceGetApportionedHitsAsync(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. |
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. |