MigSharp.Process.MigrationBatch.OnStepExecuted C# (CSharp) Метод

OnStepExecuted() приватный Метод

private OnStepExecuted ( MigrationEventArgs e ) : void
e MigrationEventArgs
Результат void
        private void OnStepExecuted(MigrationEventArgs e)
        {
            EventHandler<MigrationEventArgs> tmp = StepExecuted;
            if (tmp != null) tmp(this, e);
        }