TAsyncClientPool.keepTrying

Whether to keep trying to find a working client if all have failed in a row.

Defaults to false.

  1. bool keepTrying()
    class TAsyncClientPool(Interface)
    const @property
    bool
    keepTrying
    ()
    if (
    isService!Interface
    )
  2. void keepTrying(bool value)

Meta