Show / Hide Table of Contents

    Interface IThreadRunnable

    this interface should be implemented by any class whose instances are intended to be executed by a thread.

    Namespace: Lucene.Net.Support.Threading
    Assembly: Lucene.Net.dll
    Syntax
    public interface IThreadRunnable

    Methods

    | Improve this Doc View Source

    Run()

    this method has to be implemented in order that starting of the thread causes the object's run method to be called in that separately executing thread.

    Declaration
    void Run()

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)