The IMSAdminReplication::Propagate2 method is called on the source computer and provides the name of the target computer, along with a flag that indicates whether the source and target computer signatures differ. Iissync.exe calls this method to indicate that replication to the target computer is complete. This method is not called if the replication process to a target computer was previously terminated.
virtual HRESULT STDMETHODCALLTYPE Propagate2(
DWORD dwBufferSize,
unsigned char __RPC_FAR *pszBuffer,
DWORD dwSignatureMismatch
);
Return NOERROR if your method succeeds. If your method does not succeed, return any code other than NOERROR to indicate the replication process failed for this target computer.
IMSAdminReplication::GetSignature, IMSAdminReplication::Propagate, IMSAdminReplication::Serialize, IMSAdminReplication::DeSerialize