NotifyingChangeApplier Members
Sync Framework 2.0
Represents a change applier that examines a set of changes from a source provider, detects conflicts with items in the destination replica, and makes calls to a registered change applier target to save changes or save conflicts as appropriate.
The following tables list the members exposed by the NotifyingChangeApplier type.
(see also
Protected Constructors
)
Top
| Name | Description | |
|---|---|---|
| NotifyingChangeApplier | Overloaded. Initializes a new instance of the NotifyingChangeApplier class. |
| Name | Description | |
|---|---|---|
| NotifyingChangeApplier | Overloaded. Initializes a new instance of the NotifyingChangeApplier class. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ApplyChanges | Overloaded. Performs conflict detection, conflict handling, and change application for a batch of changes. |
| ApplyFullEnumerationChanges | Overloaded. Performs conflict detection, conflict handling, and change application for a batch of changes as part of a recovery synchronization. |
| Equals | Overloaded. (Inherited from Object.) |
| GetChangeApplierInfo | Serializes the change applier data into a byte array. |
| GetHashCode | (Inherited from Object.) |
| GetObjectData | Serializes this change applier to the specified SerializationInfo object. |
| GetType | (Inherited from Object.) |
| LoadChangeApplierInfo | Loads change applier data from a byte array that contains serialized data from another change applier. |
| ReferenceEquals | (Inherited from Object.) |
| ToString | (Inherited from Object.) |