Freigeben über


Observable.Start<TSource>-Methode (Func<TSource>)

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

Syntax

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

Typparameter

  • TSource

Parameter

Rückgabewert

Typ: System.IObservable<TSource>

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

Observable Klasse

Start-Überladung

Microsoft.Phone.Reactive-Namespace