17 references to RetryCount
System.ServiceModel (17)
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)