FrontierChangedEventArgs Constructor Naiad Help

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

Constructs new event arguments with the given newFrontier.

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

C#
public FrontierChangedEventArgs(
	Pointstamp[] newFrontier
)

Parameters

newFrontier
Type: Microsoft.Research.Naiad.Runtime.ProgressPointstamp
The new frontier.
See Also

Reference