Class RequestEventArgs

    Definition

    Namespace:
    Tizen.Applications.ComponentBased
    Assembly:
    Tizen.Applications.ComponentBased.Port.dll

    The arguments for the event raised when the request is received.

    public class RequestEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    RequestEventArgs

    Properties

    View Source

    IsReplyRequested

    The flag indicating whether the reply is requested or not.

    Declaration
    public bool IsReplyRequested { get; }
    Property Value
    Type Description
    bool
    View Source

    Reply

    The serialized reply data.

    Declaration
    public object Reply { get; set; }
    Property Value
    Type Description
    object
    View Source

    Request

    The received serialized data.

    Declaration
    public object Request { get; }
    Property Value
    Type Description
    object
    View Source

    Sender

    The name of the sender port

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