Class SftpListDirectoryAsyncResult
Encapsulates the results of an asynchronous directory list operation.
public class SftpListDirectoryAsyncResult : AsyncResult<IEnumerable<ISftpFile>>, IAsyncResult
- Inheritance
-
SftpListDirectoryAsyncResult
- Implements
- Inherited Members
Constructors
SftpListDirectoryAsyncResult(AsyncCallback, object)
Initializes a new instance of the SftpListDirectoryAsyncResult class.
public SftpListDirectoryAsyncResult(AsyncCallback asyncCallback, object state)
Parameters
asyncCallbackAsyncCallbackThe async callback.
stateobjectThe state.
Properties
FilesRead
Gets the number of files read so far.
public int FilesRead { get; }