.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    Timeout Property

    Timeout

    Statement execution timeout. If the timeout is reached for a running statement, it will be cancelled forcefully. Defaults to Zero.

    Zero means that the timeout in server config will be used. InfiniteTimeSpan means no timeout.

    Declaration
    public TimeSpan Timeout { get; set; }
    Property Value
    TimeSpan
    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.