Tests.Setup.DefaultDispatcher_ExecutionStarted C# (CSharp) Метод

DefaultDispatcher_ExecutionStarted() статический приватный Метод

static private DefaultDispatcher_ExecutionStarted ( object sender, ExecutionEventArgs e ) : void
sender object
e ExecutionEventArgs
Результат void
        static void DefaultDispatcher_ExecutionStarted(object sender, ExecutionEventArgs e)
        {
            Debug.WriteLine("******");
            Debug.WriteLine($"Execution started: {e.ExecutionDetails.OperationName}");
            WriteDetails(e);
        }