Interface ICoreTaskBackend

    Definition

    Namespace:
    Tizen.Applications.CoreBackend
    Assembly:
    Tizen.Applications.Common.dll

    An interface that represents the task backend lifecycles.

    public interface ICoreTaskBackend : ICoreBackend, IDisposable

    Methods

    View Source

    SetCoreTask(ICoreTask)

    Sets the core task.

    Declaration
    void SetCoreTask(ICoreTask task)
    Parameters
    Type Name Description
    ICoreTask task

    The core task interface.

    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX