次の方法で共有


IClientConnectionRetryFilter インターフェイス

定義

クラスター接続を再試行する必要があるかどうかを判断するために使用されるフィルター。

public interface IClientConnectionRetryFilter
type IClientConnectionRetryFilter = interface
Public Interface IClientConnectionRetryFilter

メソッド

ShouldRetryConnectionAttempt(Exception, CancellationToken)

Orleans クラスターへの接続を再試行するかどうかを示す値を返します。

適用対象