SyncProvider Members
Abstracts a synchronization provider that communicates with the client or server store and shields the synchronization agent from the specific implementation of that store.
The following tables list the members exposed by the SyncProvider type.
Protected Constructors
Name | Description | |
---|---|---|
SyncProvider | Initializes a new instance of the SyncProvider class. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | When overridden in a derived class, releases all resources that the SyncProvider uses. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top