Class ObserverNotifiedEventArgs
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
This class represents event arguments of the ObserverNotified event.
C#Copy[Obsolete("Deprecated since API level 13")] public class ObserverNotifiedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsObserverNotifiedEventArgs
Properties
Declaration
C#Copy[Obsolete("Deprecated since API level 13")] public Representation Representation { get; }
Property Value
| Type | Description |
|---|---|
| Representation | Representation of the resource being observed. |
Declaration
C#Copy[Obsolete("Deprecated since API level 13")] public ResponseCode Result { get; }
Property Value
| Type | Description |
|---|---|
| ResponseCode | Result of the observe response. |