Class ResourceFoundEventArgs
Definition
- Namespace:
- Tizen.Network.Io
TConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the ResourceFound event.
C#
Copy
public class ResourceFoundEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args ResourceFound Event Args
Properties
Declaration
C#
Copy
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 Start
Declaration
C#
Copy
public int RequestId { get; }
Property Value
Type | Description |
---|---|
int | The request ID. |
View Source
Resource
Remote resource, which is found after Start
Declaration
C#
Copy
public RemoteResource Resource { get; }
Property Value
Type | Description |
---|---|
Remote |
Remote resource which is found after Start |