TAsyncClientPoolBase.rpcFaultFilter

Called to determine whether an exception comes from a client from the pool not working properly, or if it an exception thrown at the application level.

If the delegate returns true, the server/connection is considered to be at fault, if it returns false, the exception is just passed on to the caller.

By default, returns true for instances of TTransportException and TApplicationException, false otherwise.

  1. bool delegate(Exception) rpcFaultFilter()
    interface TAsyncClientPoolBase(Interface)
    const @property
    bool delegate
    (
    Exception
    )
    rpcFaultFilter
    ()
    if (
    isService!Interface
    )
  2. void rpcFaultFilter(bool delegate(Exception) )

Meta