Class CacheUpdatedEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the CacheUpdated event.
public class CacheUpdatedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsCacheUpdatedEventArgs
Properties
View SourceRepresentation
Indicates the updated representation of the resource.
Declaration
public Representation Representation { get; }
Property Value
Type | Description |
---|---|
Representation | The updated representation of the resource. |