Show / Hide Table of Contents

Interface IConfigContainer

Interface to provide a IDataStoreProvider and IBugServiceClient/>

Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public interface IConfigContainer

Properties

View Source

BugServiceClient

Gets get the IBugServiceClient to use.

Declaration
IBugServiceClient BugServiceClient { get; }
Property Value
Type Description
IBugServiceClient
View Source

TitleName

Gets the name of the title.

Declaration
string TitleName { get; }
Property Value
Type Description
string

Methods

View Source

InitializeAsync()

Allow for slow initialization.

Declaration
Task InitializeAsync()
Returns
Type Description
Task

A task.

View Source

UninitializeAsync()

Allow for uninitialization.

Declaration
Task UninitializeAsync()
Returns
Type Description
Task

A task.

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