你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RecordIOStream.ProduceFuncAsync 委托

定义

public delegate System.Threading.Tasks.ValueTask<(Microsoft.Azure.Cosmos.Serialization.HybridRow.Result Result, ReadOnlyMemory<byte> Buffer)> RecordIOStream.ProduceFuncAsync(long index);
public delegate System.Threading.Tasks.ValueTask<(Microsoft.Azure.Cosmos.Serialization.HybridRow.Result, ReadOnlyMemory<byte>)> RecordIOStream.ProduceFuncAsync(long index);
type RecordIOStream.ProduceFuncAsync = delegate of int64 -> ValueTask<ValueTuple<Result, ReadOnlyMemory<byte>>>
Public Delegate Function RecordIOStream.ProduceFuncAsync(index As Long) As ValueTask(Of ValueTuple(Of Result, ReadOnlyMemory(Of Byte))) 

参数

index
Int64

返回值

适用于