DdmWriter.WriteEndChainAsync 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
| WriteEndChainAsync(Byte, Boolean, CancellationToken) | |
| WriteEndChainAsync(Byte, Boolean, Boolean, CancellationToken) |
WriteEndChainAsync(Byte, Boolean, CancellationToken)
public:
System::Threading::Tasks::Task ^ WriteEndChainAsync(System::Byte chainByte, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task WriteEndChainAsync (byte chainByte, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.WriteEndChainAsync : byte * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- chainByte
- Byte
- isAsync
- Boolean
- cancellationToken
- CancellationToken
Returns
Applies to
WriteEndChainAsync(Byte, Boolean, Boolean, CancellationToken)
public:
System::Threading::Tasks::Task ^ WriteEndChainAsync(System::Byte chainByte, bool flush, bool isAsync, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task WriteEndChainAsync (byte chainByte, bool flush, bool isAsync, System.Threading.CancellationToken cancellationToken);
member this.WriteEndChainAsync : byte * bool * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Parameters
- chainByte
- Byte
- flush
- Boolean
- isAsync
- Boolean
- cancellationToken
- CancellationToken