Update Background-Workers.md

pull/2973/head
Ahmet Çotur 6 years ago
parent 6d1e72f484
commit 13628e20ba

@ -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