Class ServiceApplication
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Service.dll
- API Level:
- 3
Represents the service applications.
public class ServiceApplication : CoreApplication, IDisposable
- Inheritance
- Implements
Constructors
View SourceServiceApplication()
Initializes the ServiceApplication class.
Declaration
public ServiceApplication()
API Level: 3
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. |