CommandHandlerExtensions Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains command handler utility extension methods.
public ref class CommandHandlerExtensions abstract sealed
	public static class CommandHandlerExtensions
	type CommandHandlerExtensions = class
	Public Module CommandHandlerExtensions
		- Inheritance
 - 
				CommandHandlerExtensions
 
Methods
| ExecuteCommand<T>(ICommandHandler, T, Action, CommandExecutionContext) | 
		 Called to execute the command.  | 
        	
| GetCommandState<T>(ICommandHandler, T, Func<CommandState>) | 
		 Called to determine the state of the command.  |