Determines whether or not a change should be propagated.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public delegate bool TimelineSendFilter<T>(
	Timeline<T> timeline,
	TimelineEntry<T> entry
)

Parameters

timeline
Type: Janus..::..Timeline<(Of <(<'T>)>)>
entry
Type: Janus..::..TimelineEntry<(Of <(<'T>)>)>

Type Parameters

T

Return Value

Whether or not the specified change should be propagated.

See Also