MatchingCoordinatorTInput, TCategory, TWorkStub, TWorkDescription, TWorkerDescriptionMatchQueueMarkTaken Method Naiad Help

[This is preliminary documentation and is subject to change.]

Indicate that an unused entry in this queue has either been dequeued or marked as taken by another queue. This must be called appropriately to ensure the invariant that this.unusedMatches is equal to the number of unused Match elements in this.queue. Throws an exception if there are no unused matches in the queue.

Namespace: Microsoft.Research.Naiad.Frameworks.WorkGenerator
Assembly: Microsoft.Research.Naiad.WorkGenerator (in Microsoft.Research.Naiad.WorkGenerator.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public void MarkTaken()
See Also

Reference