Skip to content

Commit 62badd6

Browse files
authored
Update SubmitColumnChangeRequest's XML doc (#424)
1 parent 73f3221 commit 62badd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.Performance.SDK/Processing/ITableDataSynchronization.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,13 @@ void SubmitColumnChangeRequest(
7272
/// Callback when the tables are finished updated post change.
7373
/// </param>
7474
/// <param name="requestInitialFilterReevaluation">
75-
/// Reset initial filter from table configuration.
75+
/// Reset table filters that depend on the changed columns.
7676
/// </param>
7777
void SubmitColumnChangeRequest(
7878
Func<IProjectionDescription, bool> predicate,
7979
Action onReadyForChange,
8080
Action onChangeComplete,
81+
// TODO: rename to requestFilterReevaluation in 2.0
8182
bool requestInitialFilterReevaluation = false);
8283
}
8384
}

0 commit comments

Comments
 (0)