SenseNet.Diagnostics.OperationTrace.Start C# (CSharp) Method

Start() public method

public Start ( ) : void
return void
        public void Start()
        {
            if (Tracing.Enabled)
            {
                StartLogicalOperation(_operationName);
                sw = Stopwatch.StartNew();
                startTicks = Stopwatch.GetTimestamp();

                WriteStartLog();
            }
        }