Skip to content

Commit

Permalink
Updating C# Examples: Interrupt
Browse files Browse the repository at this point in the history
  • Loading branch information
metadings committed Jan 25, 2015
1 parent 0f93fdc commit d97161c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/C#/interrupt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ public static void Interrupt(IDictionary<string, string> dict, string[] args)
{
e.Cancel = true;
ZError _error;
if (!context.Shutdown(out _error))
{
Console.WriteLine(_error);
} /**/
context.Shutdown();
};

responder.Bind("tcp://*:5555");
Expand Down

0 comments on commit d97161c

Please sign in to comment.