Observable.ToAsync<T1, T2, T3, T4, T5, TResult> Method (Func<T1, T2, T3, T4, T5, TResult>)

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function ToAsync(Of T1, T2, T3, T4, T5, TResult) ( _
    function As Func(Of T1, T2, T3, T4, T5, TResult) _
) As Func(Of T1, T2, T3, T4, T5, IObservable(Of TResult))
public static Func<T1, T2, T3, T4, T5, IObservable<TResult>> ToAsync<T1, T2, T3, T4, T5, TResult>(
    this Func<T1, T2, T3, T4, T5, TResult> function
)
[ExtensionAttribute]
public:
generic<typename T1, typename T2, typename T3, typename T4, typename T5, typename TResult>
static Func<T1, T2, T3, T4, T5, IObservable<TResult>^>^ ToAsync(
    Func<T1, T2, T3, T4, T5, TResult>^ function
)
static member ToAsync : 
        function:Func<'T1, 'T2, 'T3, 'T4, 'T5, 'TResult> -> Func<'T1, 'T2, 'T3, 'T4, 'T5, IObservable<'TResult>> 

Type Parameters

  • T1
  • T2
  • T3
  • T4
  • T5
  • TResult

Parameters

  • function
    Type: System.Func<T1, T2, T3, T4, T5, TResult>

Return Value

Type: System.Func<T1, T2, T3, T4, T5, IObservable<TResult>>

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Func<T1, T2, T3, T4, T5, 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

ToAsync Overload

Microsoft.Phone.Reactive Namespace