Internet Direct (Indy) Version 9.0.2 Beta
TIdSyncMethod.DoSynchronize
Implements execution of a thread method for Synchronize and Notify.

procedure DoSynchronize; override;
Description
DoSynchronize is an overriden procedure in TIdSyncMethod that implements execution of the thread method specified by the Method property. DoSynchronize is called in the Notify and Synchronize methods to realize execution of the thread method.