Freigeben über


CollectionTableValue<T>.AppendAsync Method

Definition

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

Parameters

record
RecordValue
cancellationToken
CancellationToken

Returns

Applies to