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