C# Ping.PingCompleted returning the reply -


i writing app needs store response times ping.sendasync method, delegate void :-

public delegate void pingcompletedeventhandler(     object sender,     pingcompletedeventargs e ) 

would possible change delegate or define delegate , attach pingcompleted event ?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -