J
James
Hello,
I know I can't do the following but, one, I was wondering why? and two, what
do I do for sending multiple pings? or a continuous ping that the user stops
with a button click? Do I need to spawn my own thread and call the
synchronous method instead of the async one?
for (int i = 0; i < 11; i++)
{
pingSender.SendAsync(txtIP.Text.Trim(), timeout, buffer, options,
waiter);
}
I know I can't do the following but, one, I was wondering why? and two, what
do I do for sending multiple pings? or a continuous ping that the user stops
with a button click? Do I need to spawn my own thread and call the
synchronous method instead of the async one?
for (int i = 0; i < 11; i++)
{
pingSender.SendAsync(txtIP.Text.Trim(), timeout, buffer, options,
waiter);
}