Share via


TableValue.AppendAsync(RecordValue, CancellationToken) Method

Definition

public virtual System.Threading.Tasks.Task<Microsoft.PowerFx.Types.DValue<Microsoft.PowerFx.Types.RecordValue>> AppendAsync(Microsoft.PowerFx.Types.RecordValue record, System.Threading.CancellationToken cancellationToken);
abstract member AppendAsync : Microsoft.PowerFx.Types.RecordValue * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerFx.Types.DValue<Microsoft.PowerFx.Types.RecordValue>>
override this.AppendAsync : Microsoft.PowerFx.Types.RecordValue * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerFx.Types.DValue<Microsoft.PowerFx.Types.RecordValue>>
Public Overridable Function AppendAsync (record As RecordValue, cancellationToken As CancellationToken) As Task(Of DValue(Of RecordValue))

Parameters

record
RecordValue
cancellationToken
CancellationToken

Returns

Applies to