Edit

ExpressionNode.EvaluateBoolean Method

Definition

Overloads

EvaluateBoolean(EvaluationContext)

This function is intended only for ExpressionNode authors to call during evaluation. The EvaluationContext caches result-state specific to the evaluation instance.

EvaluateBoolean(ITraceWriter, ISecretMasker, Object)

INode entry point.

EvaluateBoolean(EvaluationContext)

This function is intended only for ExpressionNode authors to call during evaluation. The EvaluationContext caches result-state specific to the evaluation instance.

public bool EvaluateBoolean(Microsoft.TeamFoundation.DistributedTask.Expressions.EvaluationContext context);
member this.EvaluateBoolean : Microsoft.TeamFoundation.DistributedTask.Expressions.EvaluationContext -> bool
Public Function EvaluateBoolean (context As EvaluationContext) As Boolean

Parameters

Returns

Applies to

EvaluateBoolean(ITraceWriter, ISecretMasker, Object)

INode entry point.

public bool EvaluateBoolean(Microsoft.TeamFoundation.DistributedTask.Expressions.ITraceWriter trace, Microsoft.TeamFoundation.DistributedTask.Logging.ISecretMasker secretMasker, object state);
abstract member EvaluateBoolean : Microsoft.TeamFoundation.DistributedTask.Expressions.ITraceWriter * Microsoft.TeamFoundation.DistributedTask.Logging.ISecretMasker * obj -> bool
override this.EvaluateBoolean : Microsoft.TeamFoundation.DistributedTask.Expressions.ITraceWriter * Microsoft.TeamFoundation.DistributedTask.Logging.ISecretMasker * obj -> bool
Public Function EvaluateBoolean (trace As ITraceWriter, secretMasker As ISecretMasker, state As Object) As Boolean

Parameters

trace
ITraceWriter
secretMasker
ISecretMasker
state
Object

Returns

Implements

Applies to