CommandPattern 1.0.0
This package contains a collection of classes and interfaces to allow for quick and consistent implementation of the command pattern across projects.
SadSapphicGames.CommandPattern.IAsyncCommand Member List

This is the complete list of members for SadSapphicGames.CommandPattern.IAsyncCommand, including all inherited members.

CancellationTokenSadSapphicGames.CommandPattern.IAsyncCommand
CommandTaskSadSapphicGames.CommandPattern.IAsyncCommand
Execute()SadSapphicGames.CommandPattern.ICommandpure virtual
ExecuteAsync()SadSapphicGames.CommandPattern.IAsyncCommandpure virtual
OnAnyTaskEndSadSapphicGames.CommandPattern.IAsyncCommand
OnTaskCanceledSadSapphicGames.CommandPattern.IAsyncCommand
OnTaskCompletedSadSapphicGames.CommandPattern.IAsyncCommand
OnTaskFaultedSadSapphicGames.CommandPattern.IAsyncCommand