Method GetAllFromCommands
GetAllFromCommands(params Command[])
Gets all TEvent bound to the set of commands specified by commands.
public IEnumerable<TEvent> GetAllFromCommands(params Command[] commands)
Parameters
commandsCommand[]The set of commands to search.
Returns
- IEnumerable<TEvent>
The
TEvents bound to the set of commands specified bycommands. An empty list if the set of commands was not found.