Aqueduct.Monitoring.MVC.NotificationFilter.GetReadingName C# (CSharp) Method

GetReadingName() private static method

private static GetReadingName ( System.Web.Mvc.ControllerBase controller, string actionName ) : string
controller System.Web.Mvc.ControllerBase
actionName string
return string
        private static string GetReadingName(ControllerBase controller, string actionName)
        {
            return controller.GetType().Name + "/" + actionName;
        }