Method RemoveUser
RemoveUser(User)
Removes the user from the list of the KitchenDraw registered users.
Declaration
public void RemoveUser(Appli.User user)
Parameters
Type | Name | Description |
---|---|---|
Appli.User | user | The user to remove. |
Exceptions
Type | Condition |
---|---|
Sdk2Exception | If failed to remove the user. |