IClientConnectionRetryFilter Interface

Definition

Filter used to determine if cluster connection should be retried.

public interface IClientConnectionRetryFilter
type IClientConnectionRetryFilter = interface
Public Interface IClientConnectionRetryFilter

Methods

ShouldRetryConnectionAttempt(Exception, CancellationToken)

Returns a value indicating whether connection to an Orleans cluster should be re-attempted.

Applies to