SyncDeleteClientOperation

SyncDeleteClientOperation constructor (1 of 3)

Initializes a new instance of the SyncDeleteClientOperation class.

public SyncDeleteClientOperation()

See Also


SyncDeleteClientOperation constructor (2 of 3)

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 constructor (3 of 3)

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