Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created May 10, 2022 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rdelrosario/1135c706735e3c596d27d398034ff457 to your computer and use it in GitHub Desktop.
Save rdelrosario/1135c706735e3c596d27d398034ff457 to your computer and use it in GitHub Desktop.
public interface IStartupTaskSequencer
{
Task StartAsync();
Task StartAsync(IStartupTask task, IStartupTaskParameters parameters = null);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment