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
commands
Command[]The set of commands to search.
Returns
- IEnumerable<TEvent>
The
TEvent
s bound to the set of commands specified bycommands
. An empty list if the set of caommands was not found.