SyncChangeServerOperation

SyncChangeServerOperation constructor (1 of 2)

Initializes a new instance of the SyncChangeServerOperation class.

public SyncChangeServerOperation()

See Also


SyncChangeServerOperation constructor (2 of 2)

Initializes a new instance of the SyncChangeServerOperation class.

public SyncChangeServerOperation(string serverId, DataContainer applicationData)
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.

See Also