This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

is anybody can teach me to execute command to ncm with VC or C#

Dear, Team

i can't find the method to execute cli command to the ncm with VC or VB or C#, but found using powershell instead,

not developed with VC or VB yet?

Best Regards,

David,

  • There are only a few basic operations in the API: Query, Invoke, Create, Read, Update, and Delete. Once you now how to do these in a particular the language/runtime, you should be able to translate programs that use the operations from another language to your target language. We tend to use powershell for the samples because with our snapin installed the scripts are fairly concise.

    Is there a particular piece of the powershell script you are not able to translate?