PsrSyncToServerResult Class |
Namespace: PsrApi.Synchronization
public class PsrSyncToServerResult
The PsrSyncToServerResult type exposes the following members.
| Name | Description | |
|---|---|---|
| PsrSyncToServerResult | Initializes a new instance of the PsrSyncToServerResult class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| IdMap |
A map from old ids to new ids. When a Data gets inserted on the server, it gets a new id.
| |
| Protocol |
Contains all information about what happened on the server while synchronizing. (What was added, updated, what could not be updated and why)
|