Esempio n. 1
0
 /// <summary>
 /// Signals the <see cref="IPipelineReader"/> data is available.
 /// Will <see cref="Commit"/> if necessary.
 /// </summary>
 /// <returns>A task that completes when the data is fully flushed.</returns>
 public Task FlushAsync()
 {
     return(_output.FlushAsync());
 }