Observable.Start<TSource> Method (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>
Type Parameters
- TSource
Parameters
- function
Type: System.Func<TSource>
Return Value
Type: System.IObservable<TSource>
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.