Table of Contents

Class SftpListDirectoryAsyncResult

Namespace
Renci.SshNet.Sftp
Assembly
Renci.SshNet.dll

Encapsulates the results of an asynchronous directory list operation.

public class SftpListDirectoryAsyncResult : AsyncResult<IEnumerable<ISftpFile>>, IAsyncResult

Inheritance

Implements

Inherited Members

Constructors

SftpListDirectoryAsyncResult(AsyncCallback, object)

Initializes a new instance of the Renci.SshNet.Sftp.SftpListDirectoryAsyncResult class.

public SftpListDirectoryAsyncResult(AsyncCallback asyncCallback, object state)

Parameters

asyncCallback AsyncCallback

The async callback.

state object

The state.

Properties

FilesRead

Gets the number of files read so far.

public int FilesRead { get; }

Property Value

int