SyncDeleteClientOperation

SyncDeleteClientOperation class

Deletes an object on the client device or the server. The object is identified by its ServerId.

public class SyncDeleteClientOperation

Constructors

Name Description
SyncDeleteClientOperation() Initializes a new instance of the SyncDeleteClientOperation class.
SyncDeleteClientOperation(string) Initializes a new instance of the SyncDeleteClientOperation class.
SyncDeleteClientOperation(string, AirsyncClass) Initializes a new instance of the SyncDeleteClientOperation class.

Properties

Name Description
Class { get; set; } Identifies the class of the item being added to the collection. Used in server responses only.
ServerId { get; set; } Represents a unique identifier that is assigned by the server to each object that can be synchronized.

Methods

Name Description
implicit operator Converts server id to SyncDeleteClientOperation object

See Also