Browse Source

Update Background-Workers.md

pull/2973/head
Ahmet Çotur 6 years ago
parent
commit
13628e20ba
  1. 2
      docs/en/Background-Workers.md

2
docs/en/Background-Workers.md

@ -20,7 +20,7 @@ public class AppStatusService : ITransientDependency
{
var ping = new System.Net.NetworkInformation.Ping();
var result = ping.Send("www.google.com");
var result = ping.Send("www.github.com");
// save the result
}

Loading…
Cancel
Save