ItemProcessingEventDataSetProcessedSize Method

Sets absolute processed size to s, ensuring monotonicity of Progress. 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 SetProcessedSize(
	long s
)

Parameters

s  Int64

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

See Also