Dela via


RecordIOStream.ProduceFunc Delegate

Definition

public delegate Microsoft.Azure.Cosmos.Serialization.HybridRow.Result RecordIOStream.ProduceFunc(long index, out ReadOnlyMemory<byte> buffer);
type RecordIOStream.ProduceFunc = delegate of int64 * ReadOnlyMemory -> Result
Public Delegate Function RecordIOStream.ProduceFunc(index As Long, ByRef buffer As ReadOnlyMemory(Of Byte)) As Result 

Parameters

index
Int64

Return Value

Applies to