Edit

ArcBufferWriter.PeekSlice(Int32) Method

Definition

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.

Applies to