Interface IRemovableEntry
Any entry that implement that should be able to remove it from its collection. By example can be used to remove directly entries from some registrar.
Namespace: Eco.Gameplay.Utils
Assembly: Eco.Gameplay.dll
Syntax
public interface IRemovableEntry : IController, IViewController, IHasUniversalID
Methods
Remove(User)
Declaration
Task<bool> Remove(User caller)
Parameters
| Type | Name | Description |
|---|---|---|
| User | caller |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> |