Click or drag to resize
Galactic API

PowerShellProcessResults Delegate

Processes the results of a script invocation.

Namespace:  Galactic.PowerShell
Assembly:  Galactic.PowerShell (in Galactic.PowerShell.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public delegate void ProcessResults(
	PSDataCollection<PSObject> results,
	Dictionary<string, Object> stateValues
)

Parameters

results
Type: PSDataCollectionPSObject
A collection of the results returned from the script's execution.
stateValues
Type: System.Collections.GenericDictionaryString, Object
A collection of named state values that should are passed through the script invocation.
See Also