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

RecordIOParser.Process 方法

定义

重载

Process(Memory<Byte>, RecordIOParser+ProductionType, Memory<Byte>, Int32, Int32)
Process(ReadOnlyMemory<Byte>, RecordIOParser+ProductionType, Memory<Byte>, Int32, Int32)
已过时.
Process(ReadOnlyMemory<Byte>, RecordIOParser+ProductionType, ReadOnlyMemory<Byte>, Int32, Int32)

Process(Memory<Byte>, RecordIOParser+ProductionType, Memory<Byte>, Int32, Int32)

public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result Process(Memory<byte> buffer, out Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.RecordIOParser.ProductionType type, out Memory<byte> record, out int need, out int consumed);
member this.Process : Memory<byte> * ProductionType * Memory * int * int -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function Process (buffer As Memory(Of Byte), ByRef type As RecordIOParser.ProductionType, ByRef record As Memory(Of Byte), ByRef need As Integer, ByRef consumed As Integer) As Result

参数

buffer
Memory<Byte>
record
Memory<Byte>
need
Int32
consumed
Int32

返回

适用于

Process(ReadOnlyMemory<Byte>, RecordIOParser+ProductionType, Memory<Byte>, Int32, Int32)

注意

Use ReadOnlyMemory<byte> override instead.

[System.Obsolete("Use ReadOnlyMemory<byte> override instead.")]
public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result Process(ReadOnlyMemory<byte> buffer, out Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.RecordIOParser.ProductionType type, out Memory<byte> record, out int need, out int consumed);
[<System.Obsolete("Use ReadOnlyMemory<byte> override instead.")>]
member this.Process : ReadOnlyMemory<byte> * ProductionType * Memory * int * int -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function Process (buffer As ReadOnlyMemory(Of Byte), ByRef type As RecordIOParser.ProductionType, ByRef record As Memory(Of Byte), ByRef need As Integer, ByRef consumed As Integer) As Result

参数

record
Memory<Byte>
need
Int32
consumed
Int32

返回

属性

适用于

Process(ReadOnlyMemory<Byte>, RecordIOParser+ProductionType, ReadOnlyMemory<Byte>, Int32, Int32)

public Microsoft.Azure.Cosmos.Serialization.HybridRow.Result Process(ReadOnlyMemory<byte> buffer, out Microsoft.Azure.Cosmos.Serialization.HybridRow.RecordIO.RecordIOParser.ProductionType type, out ReadOnlyMemory<byte> record, out int need, out int consumed);
member this.Process : ReadOnlyMemory<byte> * ProductionType * ReadOnlyMemory * int * int -> Microsoft.Azure.Cosmos.Serialization.HybridRow.Result
Public Function Process (buffer As ReadOnlyMemory(Of Byte), ByRef type As RecordIOParser.ProductionType, ByRef record As ReadOnlyMemory(Of Byte), ByRef need As Integer, ByRef consumed As Integer) As Result

参数

need
Int32
consumed
Int32

返回

适用于