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()
  2. void permuteClients(bool value)
    class TAsyncClientPool(Interface)
    @property
    void
    permuteClients
    (
    bool value
    )
    if (
    isService!Interface
    )

Meta