FactSetOnDemandexecuteFactlet Method (Factlet, Boolean, Boolean) |
Execute a factlet
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame executeFactlet(
Factlet f,
bool suppressSummary,
bool waitForResults
)
Public Function executeFactlet (
f As Factlet,
suppressSummary As Boolean,
waitForResults As Boolean
) As DataFrame
public:
DataFrame^ executeFactlet(
Factlet^ f,
bool suppressSummary,
bool waitForResults
)
member executeFactlet :
f : Factlet *
suppressSummary : bool *
waitForResults : bool -> DataFrame
Parameters
- f
- Type: Kratos_3.NetworkFactlet
Factlet to execute - suppressSummary
- Type: SystemBoolean
If true, no summary statistics will be generated for the factlet - waitForResults
- Type: SystemBoolean
Whether or not to wait for results before returning the dataframe.
Return Value
Type:
DataFrame
See Also