Class ServiceApplication

Definition

Namespace:
Tizen.Applications
Assembly:
Tizen.Applications.Service.dll
API Level:
3

Represents the service applications.

C#
Copy
public class ServiceApplication : CoreApplication, IDisposable
Inheritance
System.Object
ServiceApplication
Implements
System.IDisposable

Constructors

View Source

ServiceApplication()

Initializes the ServiceApplication class.

Declaration
C#
Copy
public ServiceApplication()
API Level: 3

Methods

View Source

Run(String[])

Runs the service application's main loop.

Declaration
C#
Copy
public override void Run(string[] args)
Parameters
Type Name Description
System.String[] args

Arguments from commandline.

Overrides
API Level: 3

Implements

System.IDisposable