Differences
This shows you the differences between the selected revisions of the page.
2012-01-13 | 2012-01-27 | ||
exit code (martin) | TransferOperationResult (martin) | ||
Line 6: | Line 6: | ||
===== Syntax ===== | ===== Syntax ===== | ||
<code csharp> | <code csharp> | ||
- | public OperationResult<TransferEventArgs> GetFiles( | + | public TransferOperationResult GetFiles( |
string remotePath, | string remotePath, | ||
string localPath, | string localPath, | ||
Line 22: | Line 22: | ||
==== Return Value ==== | ==== Return Value ==== | ||
- | ''[[library_operationresult|OperationResult<T>]]'' holding collection of ''[[library_transfereventargs|TransferEventArgs]]''. See also [[library_session#results|Capturing results of operations]]. | + | ''[[library_transferoperationresult|TransferOperationResult]]''. See also [[library_session#results|Capturing results of operations]]. |
===== Exceptions ===== | ===== Exceptions ===== |