Cocktail Help Reference
TaskFns Class Members
See Also  Methods  Send Feedback
Cocktail Assembly > Cocktail Namespace : TaskFns Class


Glossary Item Box

The following tables list the members exposed by TaskFns.

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)FromCallbackAction<T>Creates a Task from a callback action that completes when the callback is called.  
Public Methodstatic (Shared in Visual Basic)FromResult<T>Creates a Task that's completed successfully with the specified result.  
Public Methodstatic (Shared in Visual Basic)WhenAllOverloaded. Creates a task that will complete when all of the provided collection of Tasks have completed  
Public Methodstatic (Shared in Visual Basic)WhenAnyOverloaded. Creates a task that will complete when any of the supplied tasks have completed.  
Top

See Also

© 2013 All Rights Reserved.