Need to abort ExecuteCommand before it returns
Hi,
I am using .NET assembly with csharp.
I send command to remote server with ExecuteCommand method.
this command at the remote server does not stop alone but only with CTL C
so in my c sharp code - ExecuteCommand method dose not return and cpu is stuck in this line.
is there any way to ecutes command on the remote server with no waiting to the remote server output?
do you have an idea how can I solve this issue?
thanks alot
I am using .NET assembly with csharp.
I send command to remote server with ExecuteCommand method.
this command at the remote server does not stop alone but only with CTL C
so in my c sharp code - ExecuteCommand method dose not return and cpu is stuck in this line.
is there any way to ecutes command on the remote server with no waiting to the remote server output?
do you have an idea how can I solve this issue?
thanks alot