Beispiel #1
0
 private void InitProcessorListener()
 {
     baseTable.AddSubTableListenerOnSynchronizationContext(SynchronizationContext.Current,
                                                           (table, newTableName, flags) => AddProcessorOptionsForTable(newTableName));
 }