ItemProcessingEventDataGraphMessageTotalSize Property

Returns the total absolute "size" of GraphMessage for progress computation. If the value is 0 or negative, tracking of progress based on processed size is unavailable, but the progress can still be explicitly set by SetItemProgress(Single). NB! This property is virtually invoked from ctor and the implementation may inspect only

Definition

Namespace: Quine.Graph
Assembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
public virtual long GraphMessageTotalSize { get; }

Property Value

Int64

See Also