.NET Client Documentation
5.7.0
Search Results for

    Show / Hide Table of Contents

    PipeReaderScheduler Property

    PipeReaderScheduler

    Gets or sets the scheduler used for the pipe reader.

    Declaration
    public PipeScheduler PipeReaderScheduler { get; set; }
    Property Value
    PipeScheduler
    Remarks

    Defaults to Inline, which runs the receive loop synchronously on the I/O thread for lower latency. Set to ThreadPool if your message-bytes handler performs blocking or heavy work that should not run on the I/O thread.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.