Search Results for

    Show / Hide Table of Contents

    Threading Support

    This section contains information about multithreading when using the Project Automation API.

    Multithreading

    The FileBasedProject class is not thread-safe. This means it is not safe to access the same instance of FileBasedProject from two or more different threads.

    In addition, it is not recommended to work with multiple projects simultaneously on different threads. If you do want to create an application that, for example, creates projects simultaneously, we recommend that you to do this in separate processes, rather than in separate threads within the same process.

    • Improve this Doc

    On this page

    • Multithreading
    Back to top Generated by DocFX