Class ServiceApplication

Definition

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

Represents the service applications.

C#
Copy
public class ServiceApplication : CoreApplication
Inheritance
ServiceApplication

Constructors

View Source

ServiceApplication()

Initializes the ServiceApplication class.

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

Methods

View Source

ExitWithoutRestarting()

Exits the main loop of the application without restarting.

Declaration
C#
Copy
public void ExitWithoutRestarting()
API Level: 10
View Source

Run(String[])

Runs the service application's main loop.

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

Arguments from commandline.

Overrides
API Level: 3

Extension Methods