| PsrSyncToServerResult Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Synchronization
 Syntax
Syntaxpublic class PsrSyncToServerResult
The PsrSyncToServerResult type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrSyncToServerResult | Initializes a new instance of the PsrSyncToServerResult class | 
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 Fields
Fields| 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)
             | 
 See Also
See Also