Fork me on GitHub
  • API

    Interface ICloseable

    Represents a source or destination of data that can be closed.

    Namespace: Lucene.Net.Util
    Assembly: Lucene.Net.dll
    Syntax
    public interface ICloseable
    Remarks

    LUCENENET specific - this interface is to be used when a class is designed to be reusable after being closed, unlike IDisposable, when the instance is no longer usable after being disposed.

    Methods

    Close()

    Closes this object in a way that allows it to be reused.

    Declaration
    void Close()
    Remarks

    LUCENENET specific - this interface is to be used when a class is designed to be reusable after being closed, unlike IDisposable, when the instance is no longer usable after being disposed.

    Back to top Copyright © 2025 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.