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
- start
Type: System.Int32
- count
Type: System.Int32
- scheduler
Type: Microsoft.Phone.Reactive.IScheduler
Return Value
Type: System.IObservable<Int32>
Version Information
.NET for Windows Phone apps
Supported in: Windows Phone 8, Silverlight 8.1
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.