Class ServiceApplication

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Service.dll

    Represents the service applications.

    public class ServiceApplication : CoreApplication, IDisposable
    Inheritance
    object
    Application
    CoreApplication
    ServiceApplication
    Implements
    System.IDisposable

    Constructors

    View Source

    ServiceApplication()

    Initializes the ServiceApplication class.

    Declaration
    public ServiceApplication()

    Methods

    View Source

    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.

    Overrides
    CoreApplication.Run(string[])

    Implements

    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX