Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Interface ILibraryMonitor

    Inherited Members
    System.IDisposable.Dispose()
    Namespace: MediaBrowser.Controller.Library
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public interface ILibraryMonitor : IDisposable

    Methods

    IsPathLocked(ReadOnlySpan<Char>)

    Determines whether [is path locked] [the specified path].

    Declaration
    bool IsPathLocked(ReadOnlySpan<char> path)
    Parameters
    Type Name Description
    System.ReadOnlySpan<System.Char> path

    The path.

    Returns
    Type Description
    System.Boolean

    true if [is path locked] [the specified path]; otherwise, false.

    ReportFileSystemChangeBeginning(String)

    Reports the file system change beginning.

    Declaration
    void ReportFileSystemChangeBeginning(string path)
    Parameters
    Type Name Description
    System.String path

    The path.

    ReportFileSystemChangeComplete(String, Boolean)

    Reports the file system change complete.

    Declaration
    void ReportFileSystemChangeComplete(string path, bool refreshPath)
    Parameters
    Type Name Description
    System.String path

    The path.

    System.Boolean refreshPath

    if set to true [refresh path].

    ReportFileSystemChanged(String)

    Reports the file system changed.

    Declaration
    void ReportFileSystemChanged(string path)
    Parameters
    Type Name Description
    System.String path

    The path.

    Start()

    Starts this instance.

    Declaration
    void Start()

    Stop()

    Stops this instance.

    Declaration
    void Stop()

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.