private IAsyncCollector <SimpleNotification> BuildCollector(SimpleNotificationAttribute attribute)
 {
     return(new SimpleNotificationAsyncCollector(attribute));
 }
Esempio n. 2
0
 public SimpleNotificationAsyncCollector(SimpleNotificationAttribute attribute)
 {
     _attribute = attribute;
 }