Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5fddfa8

Browse files
committed
Add xmldocs to ITeamExplorerServiceHolder
1 parent c16c91c commit 5fddfa8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/GitHub.Exports/Services/ITeamExplorerServiceHolder.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@ public interface ITeamExplorerServiceHolder
2828
/// <param name="provider">If the current ServiceProvider matches this, clear it</param>
2929
void ClearServiceProvider(IServiceProvider provider);
3030

31+
/// <summary>
32+
/// A service that can be used for repository changed events.
33+
/// </summary>
3134
ITeamExplorerContext TeamExplorerContext { get; }
3235

36+
/// <summary>
37+
/// A service for avoiding deadlocks and marshaling tasks onto the UI thread.
38+
/// </summary>
3339
JoinableTaskFactory JoinableTaskFactory { get; }
3440

3541
IGitAwareItem HomeSection { get; }

0 commit comments

Comments
 (0)