SyncChangeResponse
SyncChangeResponse class
Serves to Indicate that an object has been modified.
public class SyncChangeResponse : SyncOperationResponse
Constructors
Properties
Name |
Description |
Class { get; set; } |
Identifies the class of the item being added to the collection. |
ServerId { get; set; } |
Represents a unique identifier that is assigned by the server to each object that can be synchronized. |
Status { get; set; } |
Indicates the result of the operation. Used in server responses only. |
See Also