I want to automatically update my ClearCase view.
What kind of call do I need to make in my C# code?
Could CAL perform an Update function?
I want to automatically update my ClearCase view.
What kind of call do I need to make in my C# code?
Could CAL perform an Update function?
You can use CAL indeed (see "Using Perl with Rational ClearCase Automation Library (CAL)"), but more in a Perl script.
See as example of Perl script this one or my old answer.
That means your C# code should run a Process.Start()
That should complete your previous question about update.