SharedState.Remove method
Attempts to remove the value with the specified name from the shared state.
public 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
- class SharedState
- namespace Kestrun.SharedState