TAsyncClientPool.permuteClients

Whether to use a random permutation of the client pool on every call to execute(). This can be used e.g. as a simple form of load balancing.

Defaults to true.

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

Meta