示例#1
0
 public IAsyncCollector <PushoverNotification> BuildCollector(PushoverAttribute attribute)
 {
     return(new PushoverNotificationAsyncCollector(attribute));
 }
 public PushoverNotificationAsyncCollector(PushoverAttribute attribute) => _attribute = attribute;