// Token: 0x06000013 RID: 19 RVA: 0x00002448 File Offset: 0x00000648
        protected override void OnCustomCommandInternal(int command)
        {
            switch (command)
            {
            case 201:
                this.components.ConfigUpdate();
                return;

            case 202:
            case 204:
                break;

            case 203:
                Components.Configuration.ClearCaches();
                return;

            case 205:
                Kerberos.FlushTicketCache();
                return;

            case 206:
                Components.SmtpInComponent.FlushProtocolLog();
                Components.SmtpOutConnectionHandler.FlushProtocolLog();
                ConnectionLog.FlushBuffer();
                MessageTrackingLog.FlushBuffer();
                break;

            default:
                return;
            }
        }
Пример #2
0
 // Token: 0x0600000E RID: 14 RVA: 0x00002471 File Offset: 0x00000671
 public void HandleLogFlush()
 {
     Components.SmtpInComponent.FlushProtocolLog();
     Components.SmtpOutConnectionHandler.FlushProtocolLog();
     ConnectionLog.FlushBuffer();
     MessageTrackingLog.FlushBuffer();
 }