Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi guys, I'm developing some apps in C#. I have used older iterations of the SDK whereby you parsed through you NaElement objects. Now, it seems like this is not required anymore if one uses the .NET bindings. They seem to have wrapped up all the iter-start/iter-end functionaility in simpler APIs. Is that correct?
Solved! See The Solution
1 ACCEPTED SOLUTION
darraghos has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It will depend on what software version is running on the system. Accordingly you will have to use tha appropriate library to make calls.
7 REPLIES 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bump
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, that's right. This change is not specific to .NET/C# though. The API behaviour has been changed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great! So you can use either these new APIs in C# or the older ones from ManageOntap.dll ?
darraghos has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It will depend on what software version is running on the system. Accordingly you will have to use tha appropriate library to make calls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, so for the more modern OnTAP versions, generally easier to program using the new .NET bindings and for older version (or to maintain compatability for tools across newer and older verisons on OnTap) use the old 'iter-start' style?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, that's right. You can use a system-get-version to check version in your application and have if-else section to deal with the iters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Awesome! Thanks for all your help.
