Class ResourceFoundEventArgs

Definition

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

This class represents event arguments of the ResourceFound event.

C#
Copy
[Obsolete("Deprecated since API level 13")] public class ResourceFoundEventArgs : EventArgs
Inheritance
object
System.EventArgs
ResourceFoundEventArgs

Properties

View Source

EventContinue

Indicates to continuously receive the event for finding resource.

Declaration
C#
Copy
[Obsolete("Deprecated since API level 13")] public bool EventContinue { get; set; }
Property Value
Type Description
bool

Continuously receive the event for finding resource.

View Source

RequestId

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

Declaration
C#
Copy
[Obsolete("Deprecated since API level 13")] public int RequestId { get; }
Property Value
Type Description
int

The request ID.

View Source

Resource

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

Declaration
C#
Copy
[Obsolete("Deprecated since API level 13")] public RemoteResource Resource { get; }
Property Value
Type Description
RemoteResource

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