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

    Show / Hide Table of Contents

    Class TaskCompletionEventArgs

    Inheritance
    System.Object
    System.EventArgs
    TaskCompletionEventArgs
    Inherited Members
    System.EventArgs.Empty
    Namespace: MediaBrowser.Model.Tasks
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class TaskCompletionEventArgs : EventArgs

    Properties

    Result

    Declaration
    public TaskResult Result { get; set; }
    Property Value
    Type Description
    TaskResult

    Task

    Declaration
    public IScheduledTaskWorker Task { get; set; }
    Property Value
    Type Description
    IScheduledTaskWorker

    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.