Class CacheUpdatedEventArgs

Definition

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

This class represents event arguments of the CacheUpdated event.

C#
Copy
public class CacheUpdatedEventArgs : EventArgs
Inheritance
System.Object
CacheUpdatedEventArgs

Properties

View Source

Representation

Indicates the updated representation of the resource.

Declaration
C#
Copy
public Representation Representation { get; }
Property Value
Type Description
Representation

The updated representation of the resource.

API Level: 3