This shows you the differences between two versions of the page.
Last revision Both sides next revision | |||
developer:soap-1.3:methods:runbatchupload [2010/06/01 16:35] hmcgowan created |
developer:soap-1.3:methods:runbatchupload [2010/08/10 12:31] irina |
||
---|---|---|---|
Line 58: | Line 58: | ||
</code> | </code> | ||
+ | |||
+ | ==== .NET C# ==== | ||
+ | <code c> | ||
+ | string uploadrefnum = "1137"; | ||
+ | |||
+ | Boolean res; | ||
+ | |||
+ | try | ||
+ | { | ||
+ | res = client.runBatchUpload(token, uploadrefnum); | ||
+ | MessageBox.Show(string.Concat(res)); | ||
+ | } | ||
+ | |||
+ | catch (Exception err) | ||
+ | { | ||
+ | MessageBox.Show(err.Message); | ||
+ | } | ||
+ | </code> | ||
===== Change History ===== | ===== Change History ===== |