Class DataChangeListenResult
Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
- API Level:
- 3
This class contains the DataChangeListen operation result.
C#Copypublic class DataChangeListenResult
- Inheritance
-
System.ObjectDataChangeListenResult
Constructors
View Source
DataChangeListenResult(ResultType)
Initializes the DataChangeListenResult class with the result.
Declaration
C#Copypublic DataChangeListenResult(ResultType result)
Parameters
Type | Name | Description |
---|---|---|
ResultType | result | The DataChangeListen request result. |
API Level: 3
Properties
Declaration
C#Copypublic ResultType Result { get; }
Property Value
Type | Description |
---|---|
ResultType |