ItemProcessingEventDataIncrementProcessedSize Method

Increments absolute processed size by s, ensuring monotonicity of Progress. The operation is atomic, i.e., may be called by multiple threads without additional synchronization. This method can be called only when GraphMessageTotalSize is positive.

Definition

Namespace: Quine.Graph
Assembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public void IncrementProcessedSize(
	long s
)

Parameters

s  Int64

[Missing <param name="s"/> documentation for "M:Quine.Graph.ItemProcessingEventData.IncrementProcessedSize(System.Int64)"]

See Also