Class TriggerAttribute
When applied to a method argument, indicates that the method's result is invalidated when a dependent item in that argument changes.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Factors.Attributes
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public class TriggerAttribute : Attribute
Remarks
The formal definition of trigger is: If C uses A, and A is triggered by B, then when B changes, A must be updated before C.