Example #1
0
        public void Probe(ProbeContext context)
        {
            var scope = context.CreateFilterScope("commandValidation");

            scope.Add("onFailureBehavior", _behavior.ToString("G"));
        }