TaskHost.ComputeExpressions(Boolean) Method

Definition

Computes the expressions of the TaskHost object.

public:
 void ComputeExpressions(bool recursive);
public void ComputeExpressions (bool recursive);
member this.ComputeExpressions : bool -> unit
Public Sub ComputeExpressions (recursive As Boolean)

Parameters

recursive
Boolean

true to include the compute expressions of the TaskHost object recursively; otherwise, false.

Applies to