If you call the
public SimResults Run(Transactions trans)
method and your simulation contains a User Defined Simulation Result (UDSR), then it excludes the UDSR results from your resultset.
The solution is to use the Run overload that takes a QueryResult. Populate the QueryResult with the appropriate Transaction IDs. |
No comments:
Post a Comment