Observable.Interval Method (TimeSpan)

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

Syntax

'Declaration
Public Shared Function Interval ( _
    period As TimeSpan _
) As IObservable(Of Long)
public static IObservable<long> Interval(
    TimeSpan period
)
public:
static IObservable<long long>^ Interval(
    TimeSpan period
)
static member Interval : 
        period:TimeSpan -> IObservable<int64> 

Parameters

Return Value

Type: System.IObservable<Int64>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Observable Class

Interval Overload

Microsoft.Phone.Reactive Namespace