DdmWriter.FlushAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| FlushAsync(Boolean, CancellationToken) | |
| FlushAsync(Byte[], Boolean, CancellationToken) |
FlushAsync(Boolean, CancellationToken)
public:
System::Threading::Tasks::Task ^ FlushAsync(bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task FlushAsync (bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.FlushAsync : bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- isAsync
- Boolean
- cancellationToken
- CancellationToken
Returns
Applies to
FlushAsync(Byte[], Boolean, CancellationToken)
public:
System::Threading::Tasks::Task ^ FlushAsync(cli::array <System::Byte> ^ bytes, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task FlushAsync (byte[] bytes, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.FlushAsync : byte[] * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- bytes
- Byte[]
- isAsync
- Boolean
- cancellationToken
- CancellationToken