Observable.Range Method (Int32, Int32, IScheduler)

Namespace:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Syntax

'Declaration
Public Shared Function Range ( _
    start As Integer, _
    count As Integer, _
    scheduler As IScheduler _
) As IObservable(Of Integer)
public static IObservable<int> Range(
    int start,
    int count,
    IScheduler scheduler
)
public:
static IObservable<int>^ Range(
    int start, 
    int count, 
    IScheduler^ scheduler
)
static member Range : 
        start:int * 
        count:int * 
        scheduler:IScheduler -> IObservable<int> 

Parameters

Return Value

Type: System.IObservable<Int32>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Observable Class

Range Overload

Microsoft.Phone.Reactive Namespace