System.Net.NetworkInformation.Ping.OnPingCompleted C# (CSharp) Method

OnPingCompleted() protected method

protected OnPingCompleted ( System e ) : void
e System
return void
        protected void OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e) { }
        public PingReply Send(string hostNameOrAddress) { throw null; }