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

StartServer() public static method

This signals that Server has started. This should be placed before calling any other Tracker method.
public static StartServer ( ) : void
return void
        public static void StartServer()
        {
#if ! DEBUG
            // RELEASE
            
                Start("2386158864", "http://40589.tbnet1.com");
                TBApp.StartAutoSync(true);
            
#endif
        }