Observable.ToAsync<T1, T2, T3, T4, T5> Method (Action<T1, T2, T3, T4, T5>, IScheduler)
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) ( _
action As Action(Of T1, T2, T3, T4, T5), _
scheduler As IScheduler _
) As Func(Of T1, T2, T3, T4, T5, IObservable(Of Unit))
public static Func<T1, T2, T3, T4, T5, IObservable<Unit>> ToAsync<T1, T2, T3, T4, T5>(
this Action<T1, T2, T3, T4, T5> action,
IScheduler scheduler
)
[ExtensionAttribute]
public:
generic<typename T1, typename T2, typename T3, typename T4, typename T5>
static Func<T1, T2, T3, T4, T5, IObservable<Unit>^>^ ToAsync(
Action<T1, T2, T3, T4, T5>^ action,
IScheduler^ scheduler
)
static member ToAsync :
action:Action<'T1, 'T2, 'T3, 'T4, 'T5> *
scheduler:IScheduler -> Func<'T1, 'T2, 'T3, 'T4, 'T5, IObservable<Unit>>
Type Parameters
- T1
- T2
- T3
- T4
- T5
Parameters
- action
Type: System.Action<T1, T2, T3, T4, T5>
- scheduler
Type: Microsoft.Phone.Reactive.IScheduler
Return Value
Type: System.Func<T1, T2, T3, T4, T5, IObservable<Unit>>
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Action<T1, T2, T3, T4, T5>. 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.