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

Stop() public static method

This method should be called when your application is exiting. It will signal Tracker to log the event and to attempt to Sync with the Servers. After calling this Method, Tracker.Start must be called again to start using Tracker.
public static Stop ( ) : void
return void
        public static void Stop()
        {
#if ! DEBUG
            WriteError(TBApp.Stop());
#endif
        }