Interface IServiceFactory

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.Gadget.dll

    An interface that make the OneShotService object.

    public interface IServiceFactory

    Methods

    View Source

    CreateService(string, bool)

    Creates a new OneShotService instance.

    Declaration
    OneShotService CreateService(string name, bool autoClose)
    Parameters
    Type Name Description
    string name

    Unique identifier for the service instance

    bool autoClose

    Whether to automatically close the service after execution

    Returns
    Type Description
    OneShotService

    A new OneShotService instance

    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