Skip to content

Instantly share code, notes, and snippets.

@shahriarhossain
Last active May 21, 2016 14: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 shahriarhossain/3cc5a09112cbe4353f3d to your computer and use it in GitHub Desktop.
Save shahriarhossain/3cc5a09112cbe4353f3d to your computer and use it in GitHub Desktop.
class Program
{
public static void Main()
{
JobHost host = new JobHost();
//host.RunAndBlock();
host.Call(typeof(Program).GetMethod("ProcessSomethinng"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment