Click or drag to resize
QueryableExRetryTSource Method (IEnumerableTSource, Int32)

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
public static IEnumerable<TSource> Retry<TSource>(
	IEnumerable<TSource> source,
	int retryCount
)

Parameters

source
Type: System.Collections.GenericIEnumerableTSource
retryCount
Type: SystemInt32

Type Parameters

TSource

Return Value

Type: IEnumerableTSource
See Also