2 implementations of MaxRetryCount
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
73
public int
MaxRetryCount
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
91
public int
MaxRetryCount
19 references to MaxRetryCount
System.ServiceModel (19)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
759
return WsrmUtilities.CalculateKeepAliveInterval(this.Settings.InactivityTimeout, this.Settings.
MaxRetryCount
);
765
TimeSpan keepAliveInterval = WsrmUtilities.CalculateKeepAliveInterval(this.Settings.InactivityTimeout, this.Settings.
MaxRetryCount
);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (5)
872
if (attemptInfo.RetryCount > this.settings.
MaxRetryCount
)
888
if (attemptInfo.RetryCount < this.settings.
MaxRetryCount
)
1090
if (sendResult.MessageAttemptInfo.RetryCount == this.settings.
MaxRetryCount
)
1119
if (attemptInfo.RetryCount > this.settings.
MaxRetryCount
)
1131
if (attemptInfo.RetryCount < this.settings.
MaxRetryCount
)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (7)
345
if (attemptInfo.RetryCount > this.settings.
MaxRetryCount
)
358
(attemptInfo.RetryCount == this.settings.
MaxRetryCount
), maskUnhandledException);
365
if (attemptInfo.RetryCount > this.settings.
MaxRetryCount
)
832
if (attemptInfo.RetryCount < this.Settings.
MaxRetryCount
)
851
if (requestResult.MessageAttemptInfo.RetryCount == this.Settings.
MaxRetryCount
)
964
if (attemptInfo.RetryCount < this.Settings.
MaxRetryCount
)
983
if (sendResult.MessageAttemptInfo.RetryCount == this.Settings.
MaxRetryCount
)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (5)
337
if (attemptInfo.RetryCount > this.settings.
MaxRetryCount
)
357
if (attemptInfo.RetryCount < this.settings.
MaxRetryCount
)
383
if (requestResult.MessageAttemptInfo.RetryCount == this.settings.
MaxRetryCount
)
400
if (attemptInfo.RetryCount > this.settings.
MaxRetryCount
)
417
if (attemptInfo.RetryCount < this.settings.
MaxRetryCount
)