Bamboo.Prevalence.Implementation.ContextRecoveryCommand.ContextRecoveryCommand C# (CSharp) Method

ContextRecoveryCommand() public method

public ContextRecoveryCommand ( Bamboo command, System dateTime ) : System
command Bamboo
dateTime System
return System
		public ContextRecoveryCommand(Bamboo.Prevalence.ICommand command, System.DateTime dateTime)
		{
			_command = command;
			_dateTime = dateTime;			
		}