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 SourceBugServiceClient
Gets get the IBugServiceClient to use.
Declaration
IBugServiceClient BugServiceClient { get; }
Property Value
Type | Description |
---|---|
IBugServiceClient |
TitleName
Gets the name of the title.
Declaration
string TitleName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
View SourceInitializeAsync()
Allow for slow initialization.
Declaration
Task InitializeAsync()
Returns
Type | Description |
---|---|
Task | A task. |
UninitializeAsync()
Allow for uninitialization.
Declaration
Task UninitializeAsync()
Returns
Type | Description |
---|---|
Task | A task. |