Show / Hide Table of Contents

    Class ResourceFoundEventArgs

    Definition

    Namespace:
    Tizen.Network.IoTConnectivity
    Assembly:
    Tizen.Network.IoTConnectivity.dll
    API Level:
    3

    This class represents event arguments of the ResourceFound event.

    public class ResourceFoundEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    ResourceFoundEventArgs

    Properties

    View Source

    EventContinue

    Indicates to continuously receive the event for finding resource.

    Declaration
    public bool EventContinue { get; set; }
    Property Value
    Type Description
    Boolean

    Continuously receive the event for finding resource.

    API Level: 3
    View Source

    RequestId

    Indicates the request ID. This is the same request ID returned by the StartFindingResource(String, ResourceQuery) API.

    Declaration
    public int RequestId { get; }
    Property Value
    Type Description
    Int32

    The request ID.

    API Level: 3
    View Source

    Resource

    Remote resource, which is found after StartFindingResource(String, ResourceQuery).

    Declaration
    public RemoteResource Resource { get; }
    Property Value
    Type Description
    RemoteResource

    Remote resource which is found after StartFindingResource(String, ResourceQuery).

    See Also
    ResourceFound
    StartFindingResource(String, ResourceQuery)
    API Level: 3
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX