Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Linq
QueryableEx Class
QueryableEx Methods
Retry Method
Retry(TSource) Method (IEnumerable(TSource))
Retry(TSource) Method (IQueryable(TSource))
Retry(TSource) Method (IEnumerable(TSource), Int32)
Retry(TSource) Method (IQueryable(TSource), Int32)
QueryableEx
Retry
TSource
Method (IEnumerable
TSource
)
Namespace:
System.Linq
Assembly:
System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
Copy
public
static
IEnumerable
<TSource>
Retry
<TSource>(
IEnumerable
<TSource>
source
)
Parameters
source
Type:
System.Collections.Generic
IEnumerable
TSource
Type Parameters
TSource
Return Value
Type:
IEnumerable
TSource
See Also
Reference
QueryableEx Class
Retry Overload
System.Linq Namespace