Class ServiceApplication

    Definition

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

    Represents the service applications.

    public class ServiceApplication : CoreApplication
    Inheritance
    object
    Application
    CoreApplication
    ServiceApplication

    Constructors

    View Source

    ServiceApplication()

    Initializes the ServiceApplication class.

    Declaration
    public ServiceApplication()

    Methods

    View Source

    ExitWithoutRestarting()

    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.

    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[])

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX