This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.3:objects:synclog [2010/09/02 15:12] irina |
developer:soap-1.3:objects:synclog [2010/10/14 15:45] (current) irina |
||
---|---|---|---|
Line 27: | Line 27: | ||
===== Examples ===== | ===== Examples ===== | ||
+ | ==== .NET VB ==== | ||
+ | <code vb> | ||
+ | try | ||
+ | { | ||
+ | usaepay.SyncLog[] log = client.getSyncLog(token, ObjectName, FromPosition); | ||
+ | MessageBox.Show(string.Concat(log.Length)); | ||
+ | |||
+ | } | ||
+ | </code> | ||
+ | |||
==== .NET C# ==== | ==== .NET C# ==== | ||
<code c> | <code c> |