mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 13:39:09 +00:00
Formatting
This commit is contained in:
@@ -67,11 +67,15 @@ namespace Renci.SshNet.Common
|
||||
|
||||
// If the event exists, set it
|
||||
if (_asyncWaitHandle != null)
|
||||
{
|
||||
_asyncWaitHandle.Set();
|
||||
}
|
||||
|
||||
// If a callback method was set, call it
|
||||
if (_asyncCallback != null)
|
||||
{
|
||||
_asyncCallback(this);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user