Class ServiceApplication
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Service.dll
Represents the service applications.
public class ServiceApplication : CoreApplication
- Inheritance
Constructors
View SourceServiceApplication()
Initializes the ServiceApplication class.
Declaration
public ServiceApplication()
Methods
View SourceExitWithoutRestarting()
Exits the main loop of the application without restarting.
Declaration
public void ExitWithoutRestarting()
Remarks
This function terminates the current execution of the application by exiting its main loop. It does not trigger the app restart request.
Run(string[])
Runs the service application's main loop.
Declaration
public override void Run(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args | Arguments from commandline. |