Skip to content

Commit

Permalink
Merge pull request #4267 from XAML-Knight/dev/DQTimerEx
Browse files Browse the repository at this point in the history
Modify DispatcherQueueTimer source for XML docs output
  • Loading branch information
michael-hawker authored Sep 22, 2021
2 parents e09c779 + d1b4993 commit da3c229
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static class DispatcherQueueTimerExtensions
/// <param name="immediate">Determines if the action execute on the leading edge instead of trailing edge.</param>
/// <example>
/// <code>
/// private DispatcherQueueTimer _typeTimer = new DispatcherQueueTimer();
/// private DispatcherQueueTimer _typeTimer = DispatcherQueue.GetForCurrentThread().CreateTimer();
///
/// _typeTimer.Debounce(async () =>
/// {
Expand Down

0 comments on commit da3c229

Please sign in to comment.