private IAsyncCollector <SimpleNotification> BuildCollector(SimpleNotificationAttribute attribute)
 {
     return(new SimpleNotificationAsyncCollector(attribute));
 }
Пример #2
0
 public SimpleNotificationAsyncCollector(SimpleNotificationAttribute attribute)
 {
     _attribute = attribute;
 }