Begins the synchronize directories.
Namespace: Renci.SshNetAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public IAsyncResult BeginSynchronizeDirectories( string sourcePath, string destinationPath, string searchPattern, AsyncCallback asyncCallback, Object state )
Parameters
- sourcePath
- Type:
System String
The source path.
- destinationPath
- Type:
System String
The destination path.
- searchPattern
- Type:
System String
The search pattern.
- asyncCallback
- Type:
System AsyncCallback
The async callback.
- state
- Type:
System Object
The state.
Return Value
AnExceptions
| Exception | Condition |
|---|---|
| sourceDir | |
| destDir |
See Also