Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Notifies the change application service that a change unit change has been successfully applied to the destination replica.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Sub ReportChangeUnitChangeApplied ( _
changeUnitChange As ChangeUnitChange _
)
'Usage
Dim instance As ChangeApplicationServices
Dim changeUnitChange As ChangeUnitChange
instance.ReportChangeUnitChangeApplied(changeUnitChange)
public void ReportChangeUnitChangeApplied(
ChangeUnitChange changeUnitChange
)
public:
void ReportChangeUnitChangeApplied(
ChangeUnitChange^ changeUnitChange
)
member ReportChangeUnitChangeApplied :
changeUnitChange:ChangeUnitChange -> unit
public function ReportChangeUnitChangeApplied(
changeUnitChange : ChangeUnitChange
)
Parameters
- changeUnitChange
Type: Microsoft.Synchronization.ChangeUnitChange
The change unit change that was successfully applied to the destination replica.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A required parameter is a null reference (Nothing in Visual Basic). |
| ActiveChangeApplicationContextException | A ChangeApplicationContext object is already active. The active ChangeApplicationContext object must be processed until its ChangeApplicationAction property is set to Finished before another change can be processed. |
| ChangeNeedsKnowledgeException | changeUnitChange does not contain made-with knowledge. |
| SyncIdFormatMismatchException | The ID format schema of the knowledge object contained in changeUnitChange does not match the ID format schema specified when this object was initialized. |
| SyncInvalidOperationException | Change application was not started or changeUnitChange or its parent change has already been reported as successfully applied or conflicting. |
| ForgottenKnowledgeNotContainedException | The learned knowledge for the change does not contain the learned forgotten knowledge. |