Differences
This shows you the differences between the selected revisions of the page.
| 2012-01-10 | 2012-01-27 | ||
| toc + example (martin) | TransferOperationResult (martin) | ||
| Line 6: | Line 6: | ||
| ===== Syntax ===== | ===== Syntax ===== | ||
| <code csharp> | <code csharp> | ||
| - | public OperationResult<TransferArgs> PutFiles( | + | public TransferOperationResult PutFiles( |
| string localPath, | string localPath, | ||
| string remotePath, | string remotePath, | ||
| 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 ===== | ||