次の方法で共有


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

戻り値

適用対象