2using System.Threading.Tasks;
39 Task<bool>
Wait(CancellationToken Cancel);
Interface for asynchronous operations.
Task Execute()
Executes the operation.
Task Execute(CancellationToken Cancel)
Executes the operation.
void Processed(bool Result)
Flags the item as processed.
Task< bool > Wait(CancellationToken Cancel)
Waits for the item to be processed.
Task< bool > Wait()
Waits for the item to be processed.