Table of Contents

Class SftpSynchronizeDirectoriesAsyncResult

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

Encapsulates the results of an asynchronous directory synchronization operation.

public class SftpSynchronizeDirectoriesAsyncResult : AsyncResult<IEnumerable<FileInfo>>, IAsyncResult

Inheritance

Implements

Inherited Members

Constructors

SftpSynchronizeDirectoriesAsyncResult(AsyncCallback, object)

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

public SftpSynchronizeDirectoriesAsyncResult(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