ExpressionNode.EvaluateBoolean Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- context
- EvaluationContext
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