Class DataChangeListenResult

    Definition

    Namespace:
    Tizen.Applications.DataControl
    Assembly:
    Tizen.Applications.DataControl.dll

    This class contains the DataChangeListen operation result.

    public class DataChangeListenResult
    Inheritance
    object
    DataChangeListenResult

    Constructors

    View Source

    DataChangeListenResult(ResultType)

    Initializes the DataChangeListenResult class with the result.

    Declaration
    public DataChangeListenResult(ResultType result)
    Parameters
    Type Name Description
    ResultType result

    The DataChangeListen request result.

    Properties

    View Source

    Result

    Gets the DataChangeListen operation result.

    Declaration
    public ResultType Result { get; }
    Property Value
    Type Description
    ResultType
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX