1 reference to PingCompletedEventArgs
System.Net.Ping (1)
System\Net\NetworkInformation\Ping.cs (1)
527
var e = new
PingCompletedEventArgs
(t.IsCompletedSuccessfully ? t.Result : null, t.Exception, t.IsCanceled, asyncOp.UserSuppliedState);