Observable.Join<TResult> Method (array<Plan<TResult>[])

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

Syntax

'Declaration
Public Shared Function Join(Of TResult) ( _
    ParamArray plans As Plan(Of TResult)() _
) As IObservable(Of TResult)
public static IObservable<TResult> Join<TResult>(
    params Plan<TResult>[] plans
)
public:
generic<typename TResult>
static IObservable<TResult>^ Join(
    ... array<Plan<TResult>^>^ plans
)
static member Join : 
        plans:Plan<'TResult>[] -> IObservable<'TResult> 

Type Parameters

  • TResult

Parameters

Return Value

Type: System.IObservable<TResult>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Observable Class

Join Overload

Microsoft.Phone.Reactive Namespace