IClientConnectionRetryFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |