Share via


Metodo Observable.Start<TSource> (Func<TSource>, IScheduler)

Spazio dei nomi:  Microsoft.Phone.Reactive
Assembly:  Microsoft.Phone.Reactive (in Microsoft.Phone.Reactive.dll)

Sintassi

'Dichiarazione
Public Shared Function Start(Of TSource) ( _
    function As Func(Of TSource), _
    scheduler As IScheduler _
) As IObservable(Of TSource)
public static IObservable<TSource> Start<TSource>(
    Func<TSource> function,
    IScheduler scheduler
)
public:
generic<typename TSource>
static IObservable<TSource>^ Start(
    Func<TSource>^ function, 
    IScheduler^ scheduler
)
static member Start : 
        function:Func<'TSource> * 
        scheduler:IScheduler -> IObservable<'TSource> 

Parametri di tipo

  • TSource

Parametri

Valore restituito

Tipo: System.IObservable<TSource>

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Observable Classe

Overload Start

Spazio dei nomi Microsoft.Phone.Reactive