Ejemplo n.º 1
0
 public Task Handle(IndexEntry notification, CancellationToken cancellationToken)
 {
     return(_indexingService.IndexSingleEntry(notification.EntryId, cancellationToken));
 }