JsonRpcEnumerableSettings.MaxReadAhead 属性

定义

获取或设置要提前读取的最大元素数,并在预期使用者请求这些值的使用者时从生成器缓存。

public int MaxReadAhead { get; set; }
member this.MaxReadAhead : int with get, set
Public Property MaxReadAhead As Integer

属性值

此值必须是非负数。

适用于