op_Implicit

SyncDeleteClientOperation Implicit operator

Converts server id to SyncDeleteClientOperation object

public static implicit operator 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.

Return Value

Returns instance of the SyncDeleteClientOperation class

See Also