Skip to content

Instantly share code, notes, and snippets.

@chrisnas
Created May 27, 2019 11:55
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 chrisnas/72ad830620b84e651d830dc956413c15 to your computer and use it in GitHub Desktop.
Save chrisnas/72ad830620b84e651d830dc956413c15 to your computer and use it in GitHub Desktop.
// time when SuspendEEBegin is received for this process
// --> from here, all app threads will be suspended until RestartEEStop is received
// Note that we don't know yet what will be the triggered GC
public DateTime? SuspensionStart { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment