Edit

ArcBufferReader.ConsumeSlice(Int32) Method

Definition

Consumes a slice of the provided length.

public Orleans.Serialization.Buffers.ArcBuffer ConsumeSlice(int count);
member this.ConsumeSlice : int -> Orleans.Serialization.Buffers.ArcBuffer
Public Function ConsumeSlice (count As Integer) As ArcBuffer

Parameters

count
Int32

The number of bytes to consume.

Returns

A buffer representing the consumed data.

Applies to