SyncChangeServerOperation

SyncChangeServerOperation()

Initializes a new instance of the SyncChangeServerOperation class.

public SyncChangeServerOperation()

See Also


SyncChangeServerOperation(string, DataContainer)

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