TaskFactoryExtensions.FromAsync<TArg1>, méthode (TaskFactory, Func<TArg1, AsyncCallback, Object, IAsyncResult>, Action<IAsyncResult>, TArg1, Object, CancellationToken, TaskCreationOptions, TaskScheduler)
Espace de noms : Microsoft.TeamFoundation.Threading
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function FromAsync(Of TArg1) ( _
taskFactory As TaskFactory, _
beginMethod As Func(Of TArg1, AsyncCallback, Object, IAsyncResult), _
endMethod As Action(Of IAsyncResult), _
arg1 As TArg1, _
state As Object, _
cancellationToken As CancellationToken, _
creationOptions As TaskCreationOptions, _
taskScheduler As TaskScheduler _
) As Task
public static Task FromAsync<TArg1>(
this TaskFactory taskFactory,
Func<TArg1, AsyncCallback, Object, IAsyncResult> beginMethod,
Action<IAsyncResult> endMethod,
TArg1 arg1,
Object state,
CancellationToken cancellationToken,
TaskCreationOptions creationOptions,
TaskScheduler taskScheduler
)
Paramètres de type
- TArg1
Paramètres
- taskFactory
Type : System.Threading.Tasks.TaskFactory
- beginMethod
Type : System.Func<TArg1, AsyncCallback, Object, IAsyncResult>
- endMethod
Type : System.Action<IAsyncResult>
- arg1
Type : TArg1
- state
Type : System.Object
- cancellationToken
Type : System.Threading.CancellationToken
- creationOptions
Type : System.Threading.Tasks.TaskCreationOptions
- taskScheduler
Type : System.Threading.Tasks.TaskScheduler
Valeur de retour
Type : System.Threading.Tasks.Task
Remarque sur l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme une méthode d'instance sur n'importe quel objet de type TaskFactory. Lorsque vous utilisez la syntaxe des méthodes d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez Méthodes d'extension (Visual Basic) ou Méthodes d'extension (Guide de programmation C#).
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.