ArcBufferReader.ConsumeSlice(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.