Class ObserverNotifiedEventArgs

    Definition

    Namespace:
    Tizen.Network.IoTConnectivity
    Assembly:
    Tizen.Network.IoTConnectivity.dll

    This class represents event arguments of the ObserverNotified event.

    public class ObserverNotifiedEventArgs : EventArgs
    Inheritance
    object
    ObserverNotifiedEventArgs

    Properties

    View Source

    Representation

    Representation of the resource being observed.

    Declaration
    public Representation Representation { get; }
    Property Value
    Type Description
    Representation

    Representation of the resource being observed.

    View Source

    Result

    Result of the observe response.

    Declaration
    public ResponseCode Result { get; }
    Property Value
    Type Description
    ResponseCode

    Result of the observe response.

    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