DdmWriter.WriteEndChainAsync Method

Definition

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

Task

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

Returns

Task

Applies to