[This is preliminary documentation and is subject to change.]
Container for Frontier events
Inheritance Hierarchy
SystemEventArgs
Microsoft.Research.Naiad.DiagnosticsFrontierChangedEventArgs
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 class FrontierChangedEventArgs : EventArgs
The FrontierChangedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FrontierChangedEventArgs |
Constructs new event arguments with the given newFrontier.
|
Fields
Name | Description | |
---|---|---|
NewFrontier |
The minimal antichain of Pointstamps in the new frontier.
|
See Also