Share via


Observable.Interval, méthode (TimeSpan)

Espace de noms :  Microsoft.Phone.Reactive
Assembly :  Microsoft.Phone.Reactive (dans Microsoft.Phone.Reactive.dll)

Syntaxe

'Déclaration
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> 

Paramètres

Valeur de retour

Type : System.IObservable<Int64>

Informations de version

.NET pour les applications Windows Phone

Pris en charge dans : Windows Phone 8, Silverlight 8.1

Sécurité .NET Framework

Voir aussi

Référence

Observable Classe

Interval, surcharge

Microsoft.Phone.Reactive, espace de noms