C# (CSharp) Microsoft.Async.Transformations Namespace

Nested Namespaces

Microsoft.Async.Transformations.Windows

Classes

Name Description
DisposableAsyncFunction A wrapper for an async factory and disposable.
SwitchBlock A command helper that ensures activities are mutually exclusive. The individual actions that are added can be triggered sequentially an infinite number of times, leaving the implementation of the action to handle things like restart or toggle behavior. However, if a sequence of actions is interrupted by a different action, the entire sequence is cancelled and the interrupting action will begin.