Observable.When Method
Joins together the results from several patterns.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
When<TResult>(IEnumerable<Plan<TResult>>) | Joins together the results from several patterns. |
|
When<TResult>(Plan<TResult>[]) | Joins together the results from several patterns. |