Differences
This shows you the differences between the selected revisions of the page.
| 2011-12-28 | 2011-12-28 | ||
| grammar (martin) | nesting Capturing Results of Operations under Remarks (martin) | ||
| Line 55: | Line 55: | ||
| The class is not thread safe. Though you can use several instances of the class in paralel, even from different threads. | The class is not thread safe. Though you can use several instances of the class in paralel, even from different threads. | ||
| - | ===== Capturing Results of Operations ===== | + | ==== Capturing Results of Operations ==== | 
| There are two classes of operations, hence two classes of methods, atomic operations, such as ''[[library_session_open|Open]]'', ''[[library_session_open|ListDirectory]]'', ''[[library_session_executecommand1|ExecuteCommand]]'', etc; and batch operations, such as ''[[library_session_getfiles|GetFiles]]'', ''[[library_session_putfiles|PutFiles]]'', ''[[library_session_synchronizedirectories|SynchronizeDirectories]]'', etc. | There are two classes of operations, hence two classes of methods, atomic operations, such as ''[[library_session_open|Open]]'', ''[[library_session_open|ListDirectory]]'', ''[[library_session_executecommand1|ExecuteCommand]]'', etc; and batch operations, such as ''[[library_session_getfiles|GetFiles]]'', ''[[library_session_putfiles|PutFiles]]'', ''[[library_session_synchronizedirectories|SynchronizeDirectories]]'', etc. | ||