GlobalStore.Remove method

Attempts to remove the value with the specified name from the shared state.

public static bool Remove(string name)
parameter description
name The name of the variable to remove.

Return Value

true if the variable was successfully removed; otherwise, false.

See Also