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

    Show / Hide Table of Contents

    Class SimpleProgress<T>

    Inheritance
    System.Object
    SimpleProgress<T>
    Implements
    System.IProgress<T>
    Namespace: MediaBrowser.Common.Progress
    Assembly: MediaBrowser.Common.dll
    Syntax
    public sealed class SimpleProgress<T> : IProgress<T>
    Type Parameters
    Name Description
    T

    Methods

    Report(T)

    Declaration
    public void Report(T value)
    Parameters
    Type Name Description
    T value

    Events

    ProgressChanged

    Declaration
    public event EventHandler<T> ProgressChanged
    Event Type
    Type Description
    System.EventHandler<T>

    Implements

    System.IProgress<T>

    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.