MsgCommunicator: Delphi Instant Messaging (IM) SDK
for easy creation of custom messenger system
Specifies the maximum number of retires for the database operations.
Delphi syntax:
property RetryCount: Integer read FRetryCount write FRetryCount;
C++ syntax:
__property int RetryCount = {read=FRetryCount, write=FRetryCount, nodefault};
Description
Set RetryCount to specify the maximum number of retries to achieve the best performance of the multi-user work. The value of Delay property is used in calling of Sleep, the operating system function.
Note: You can set Delay property to specify the time of delay in milliseconds between retries.
|