Class ServiceApplication
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Service.dll
Represents the service applications.
public class ServiceApplication : CoreApplication, IDisposable
- Inheritance
- Implements
Constructors
View SourceServiceApplication()
Initializes the ServiceApplication class.
Declaration
public ServiceApplication()
Methods
View SourceRun(string[])
Runs the service application's main loop.
Declaration
public override void Run(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | args | Arguments from commandline. |