VertexTTimeNotifyAt Method (TTime, TTime)Naiad Help

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

Requests a notification once all messages bearing the requirement time have been delivered, with the capability to send messages at a different (potentially later) time.

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

C#
public void NotifyAt(
	TTime requirement,
	TTime capability
)

Parameters

requirement
Type: TTime
The requirement time.
capability
Type: TTime
The capability time.
See Also

Reference