Dev2.Instrumentation.Tracker.StartStudio C# (CSharp) Method

StartStudio() public static method

This signals that Studio has started. This should be placed before calling any other Tracker method.
public static StartStudio ( ) : void
return void
        public static void StartStudio()
        {
#if ! DEBUG
            // RELEASE
            Start("2386158962", "http://94687.tbnet1.com");
#endif
        }