VariablesMap.GetSharedStateStore method

Populates the provided dictionary with variables from the shared state store.

public static bool GetSharedStateStore(ref Dictionary<string, object?> vars)
parameter description
vars The dictionary to populate with shared state variables.

Return Value

True if variables were successfully mapped; otherwise, false.

See Also