mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 01:36:39 +00:00
Removed obsolete source file introduced by migration from Codeplex.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
using System.Threading.Tasks;
|
||||
using System;
|
||||
|
||||
namespace Renci.SshNet
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides connection information when password authentication method is used
|
||||
/// </summary>
|
||||
public partial class PasswordConnectionInfo
|
||||
{
|
||||
partial void ExecuteThread(Action action)
|
||||
{
|
||||
Task.Factory.StartNew(action);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user