Compartilhar via


RecordIOParser.Process Método

Definição

Sobrecargas

Process(Memory<Byte>, RecordIOParser+ProductionType, Memory<Byte>, Int32, Int32)
Process(ReadOnlyMemory<Byte>, RecordIOParser+ProductionType, Memory<Byte>, Int32, Int32)
Obsoleto.
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

Parâmetros

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

Retornos

Aplica-se a

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

Cuidado

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

Parâmetros

record
Memory<Byte>
need
Int32
consumed
Int32

Retornos

Atributos

Aplica-se a

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

Parâmetros

need
Int32
consumed
Int32

Retornos

Aplica-se a