Observable.Join<TResult> Method (IEnumerable<Plan<TResult>>)

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Join(Of TResult) ( _
    plans As IEnumerable(Of Plan(Of TResult)) _
) As IObservable(Of TResult)
public static IObservable<TResult> Join<TResult>(
    this IEnumerable<Plan<TResult>> plans
)
[ExtensionAttribute]
public:
generic<typename TResult>
static IObservable<TResult>^ Join(
    IEnumerable<Plan<TResult>^>^ plans
)
static member Join : 
        plans:IEnumerable<Plan<'TResult>> -> IObservable<'TResult> 

Type Parameters

  • TResult

Parameters

Return Value

Type: System.IObservable<TResult>

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable<Plan<TResult>>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

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