Metodo System::IO::Stream::FlushAsync
Contenuti
[
Nascondere
]Stream::FlushAsync() method
Cancella in modo asincrono tutti i buffer per questo stream, fa sì che i dati bufferizzati vengano scritti sul dispositivo sottostante e monitora le richieste di annullamento.
TaskPtr System::IO::Stream::FlushAsync()
ReturnValue
Un’attività che rappresenta l’operazione di flush asincrona.
Vedi anche
- Typedef TaskPtr
- Class Stream
- Namespace System::IO
- Library Aspose.Font for C++
Stream::FlushAsync(const Threading::CancellationToken&) method
Cancella in modo asincrono tutti i buffer per questo stream, fa sì che i dati bufferizzati vengano scritti sul dispositivo sottostante e monitora le richieste di annullamento.
virtual TaskPtr System::IO::Stream::FlushAsync(const Threading::CancellationToken &cancellationToken)
| Parametro | Tipo | Descrizione |
|---|---|---|
| cancellationToken | const Threading::CancellationToken& | Il token da monitorare per le richieste di cancellazione. |
ReturnValue
Un’attività che rappresenta l’operazione di flush asincrona.
Vedi anche
- Typedef TaskPtr
- Class CancellationToken
- Class Stream
- Namespace System::IO
- Library Aspose.Font for C++