We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c147c12 commit ce8df45Copy full SHA for ce8df45
.gitignore
@@ -59,4 +59,3 @@ ehthumbs.db
59
60
# Folder config file
61
Desktop.ini
62
-samples/ChangeFeedMigrationTool/packages.config
samples/ChangeFeedMigrationTool/Program.cs
@@ -66,7 +66,7 @@ public static void Main(string[] args)
66
/// Change Feed Host (RunChangeFeedHostAsync)
67
/// </summary>
68
/// <returns>A Task to allow asynchronous execution</returns>
69
- public async Task MainAsync()
+ private async Task MainAsync()
70
{
71
await this.CreateCollectionIfNotExistsAsync(
72
this.monitoredUri,
0 commit comments