Renci.SshNet.Sftp.SftpListDirectoryAsyncResult
Encapsulates the results of an asynchronous directory list operation.
namespace Renci.SshNet.Sftp
{
public class SftpListDirectoryAsyncResult : AsyncResult<IEnumerable<SftpFile>>
{
public int FilesRead { get; }
public SftpListDirectoryAsyncResult(AsyncCallback asyncCallback, object state);
}
}