Show / Hide Table of Contents

Interface IBugDatabaseConnection

Used to provide bug database connection credentials for a given title name and service URI.

Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Base.dll
Syntax
public interface IBugDatabaseConnection

Methods

View Source

GetConnectionCredentialsAsync(string, Uri, CancellationToken)

Declaration
ValueTask<string> GetConnectionCredentialsAsync(string titleName, Uri serviceUri, CancellationToken cancellationToken)
Parameters
Type Name Description
string titleName
Uri serviceUri
CancellationToken cancellationToken
Returns
Type Description
ValueTask<string>
  • View Source
In this article
Back to top Generated by DocFX