Internet Direct (Indy) Version 9.0.1 Beta
|
procedure Notify(ASync: TIdSync); overload; procedure Notify(AMethod: TThreadMethod); overload;
When the thread-based variant is called, Notify adds the TIdSync instance in ASync to the global notification list in GNotifyThread. When the thread method-based variant is called, Notify calls the previous version using a TIdSyncMethod instance created for the thread method in AMethod.