Alphashack.Graphdat.Agent.API.End C# (CSharp) Method

End() public method

public End ( string name = null ) : void
name string
return void
        public void End(string name = null)
        {
            var timer = Context.Leave(name);
            if (Properties.Settings.Default.Debug_EndContext) _logger(GraphdatLogType.InformationMessage, null, "End {0} ({1}ms)", name, timer.Milliseconds);
        }