Skip to content

Instantly share code, notes, and snippets.

@AndyCross
Created December 13, 2012 16:05
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 AndyCross/4277458 to your computer and use it in GitHub Desktop.
Save AndyCross/4277458 to your computer and use it in GitHub Desktop.
hdinsight setstatuser
public static class ContextBaseExtension
{
public static void SetStatus(this ContextBase context, string statusMessage)
{
Console.Error.WriteLine("reporter:status:{0}", statusMessage);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment