Observable.FromAsyncPattern, méthode (Func<AsyncCallback, Object, IAsyncResult>, Action<IAsyncResult>)
Espace de noms : Microsoft.Phone.Reactive
Assembly : Microsoft.Phone.Reactive (dans Microsoft.Phone.Reactive.dll)
Syntaxe
'Déclaration
Public Shared Function FromAsyncPattern ( _
begin As Func(Of AsyncCallback, Object, IAsyncResult), _
end As Action(Of IAsyncResult) _
) As Func(Of IObservable(Of Unit))
public static Func<IObservable<Unit>> FromAsyncPattern(
Func<AsyncCallback, Object, IAsyncResult> begin,
Action<IAsyncResult> end
)
public:
static Func<IObservable<Unit>^>^ FromAsyncPattern(
Func<AsyncCallback^, Object^, IAsyncResult^>^ begin,
Action<IAsyncResult^>^ end
)
static member FromAsyncPattern :
begin:Func<AsyncCallback, Object, IAsyncResult> *
end:Action<IAsyncResult> -> Func<IObservable<Unit>>
Paramètres
- begin
Type : System.Func<AsyncCallback, Object, IAsyncResult>
- end
Type : System.Action<IAsyncResult>
Valeur de retour
Type : System.Func<IObservable<Unit>>
Informations de version
.NET pour les applications Windows Phone
Pris en charge dans : Windows Phone 8, Silverlight 8.1
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.