Thanks for the answer.
First of all, I'm new to Visual Studio and Measurement Studio.
I was looking for a very simple delay function call, with only a single parameter. The CNiTimer Class fit the bill. The .NET framework allows me to create a Monitor object, and then use a Wait member function, but then I have to associate an object with the function, and things now become a bit more complicated.
I created my own using DateTime.Now
Thanks for the help.