Skip to content

Instantly share code, notes, and snippets.

@Criteo-dotnet-blog
Created April 24, 2017 07:42
Show Gist options
  • Save Criteo-dotnet-blog/221b757055f89a10f5ecee5d478bdb61 to your computer and use it in GitHub Desktop.
Save Criteo-dotnet-blog/221b757055f89a10f5ecee5d478bdb61 to your computer and use it in GitHub Desktop.
public class TimerInfo
{
    public ulong TimerQueueTimerAddress { get; set; }
    public uint DueTime { get; set; }
    public uint Period { get; set; }
    public bool Cancelled { get; set; }
    public ulong StateAddress { get; set; }
    public string StateTypeName { get; set; }
    public ulong ThisAddress { get; set; }
    public string MethodName { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment