SyncDeleteClientOperation

SyncDeleteClientOperation()

Initializes a new instance of the SyncDeleteClientOperation class.

public SyncDeleteClientOperation()

See Also


SyncDeleteClientOperation(string)

Initializes a new instance of the SyncDeleteClientOperation class.

public SyncDeleteClientOperation(string serverId)
Parameter Type Description
serverId String Represents a unique identifier that is assigned by the server to each object that can be synchronized.

See Also


SyncDeleteClientOperation(string, AirsyncClass)

Initializes a new instance of the SyncDeleteClientOperation class.

public SyncDeleteClientOperation(string serverId, AirsyncClass aClass)
Parameter Type Description
serverId String Represents a unique identifier that is assigned by the server to each object that can be synchronized.
aClass AirsyncClass Identifies the class of the item being added to the collection.

See Also