Asynchronously sends all currently buffered output to the client.
public:
System::Threading::Tasks::Task ^ FlushAsync();
public System.Threading.Tasks.Task FlushAsync();
member this.FlushAsync : unit -> System.Threading.Tasks.Task
Public Function FlushAsync () As Task
Returns
A Task that represents the asynchronous operation.
RemarksThis method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as ArgumentException, are still thrown synchronously. For the stored exceptions, see the exceptions thrown by Flush().
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4