 | LogicalNodeGetEnvironment method |
Returns the ConcurrentDictionary Environment as simple Dictionary Results.
Use the internal routine GetResultsFromResultList().
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic ResultDictionary GetEnvironment()
Public Function GetEnvironment As ResultDictionary
public:
ResultDictionary^ GetEnvironment()
member GetEnvironment : unit -> ResultDictionary
Return value
ResultDictionaryDictionary with NodeIds and Results
See also