Pattern<TSource1, TSource2>
Represents a join pattern over two observable sequences.
            
                
Creates a pattern that matches when all three observable sequences have an available element.
            
Matches when all observable sequences have an available element and projects the elements by invoking the selector function.