Interface ICoreTaskBackend

Definition

Namespace:
Tizen.Applications.CoreBackend
Assembly:
Tizen.Applications.Common.dll
API Level:
10

An interface that represents the task backend lifecycles.

C#
Copy
public interface ICoreTaskBackend : ICoreBackend, IDisposable

Methods

View Source

SetCoreTask(ICoreTask)

Sets the core task.

Declaration
C#
Copy
void SetCoreTask(ICoreTask task)
Parameters
Type Name Description
ICoreTask task

The core task interface.

API Level: 10

Extension Methods