Show / Hide Table of Contents

Interface IBugFilerFactory

Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Abstractions.dll
Syntax
public interface IBugFilerFactory

Methods

View Source

CreateAsync(string, CancellationToken)

Declaration
Task<IBugFiler> CreateAsync(string titleName, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string titleName
CancellationToken cancellationToken
Returns
Type Description
Task<IBugFiler>
  • View Source
In this article
Back to top Generated by DocFX