ArcBufferReader.PeekSlice(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.
Returns a slice of the provided length without marking the data referred to it as consumed.
public Orleans.Serialization.Buffers.ArcBuffer PeekSlice(int count);
member this.PeekSlice : int -> Orleans.Serialization.Buffers.ArcBuffer
Public Function PeekSlice (count As Integer) As ArcBuffer
Parameters
- count
- Int32
The number of bytes to consume.
Returns
A slice of unconsumed data.