Class ServiceApplication
Definition
- Namespace:
- Tizen.Applications
- Assembly:
- Tizen.Applications.Service.dll
- API Level:
- 3
Represents the service applications.
C#Copypublic class ServiceApplication : CoreApplication, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic ServiceApplication()
API Level: 3
Methods
Declaration
C#Copypublic override void Run(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args | Arguments from commandline. |
Overrides
API Level: 3
Implements
System.IDisposable