Praeclarum.Command.ExecuteAsync C# (CSharp) Method

ExecuteAsync() public method

public ExecuteAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task
		public virtual async Task ExecuteAsync ()
		{
			if (Action != null)
				await Action ();
		}
	}