Differences
This shows you the differences between the selected revisions of the page.
| 2011-12-30 | 2012-01-04 | ||
| &future_feature (martin) | library_transfereventargs (martin) | ||
| Line 6: | Line 6: | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| <code csharp> | <code csharp> | ||
| - | public OperationResult<TransferArgs> GetFiles( | + | public OperationResult<TransferEventArgs> 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_transferargs|TransferArgs]]''. See also [[library_session#results|Capturing results of operations]]. | + | ''[[library_operationresult|OperationResult<T>]]'' holding collection of ''[[library_transfereventargs|TransferEventArgs]]''. See also [[library_session#results|Capturing results of operations]]. |
| ===== Exceptions ===== | ===== Exceptions ===== | ||