SyncChangeClientOperation

SyncChangeClientOperation constructor (1 of 2)

Initializes a new instance of the SyncChangeClientOperation class.

public SyncChangeClientOperation()

See Also


SyncChangeClientOperation constructor (2 of 2)

Initializes a new instance of the SyncChangeClientOperation class.

public SyncChangeClientOperation(string serverId, DataContainer applicationData, 
    AirsyncClass aClass)
Parameter Type Description
serverId String Represents a unique identifier that is assigned by the server to each object that can be synchronized.
applicationData DataContainer ApplicationData contains data for a particular object, such as a contact, email message, calendar appointment, or task item.
aClass AirsyncClass Identifies the class of the item being added to the collection.

See Also