Closed
Description
Hi,
Group.cs states:
/// This is called by context.Reset() to remove all event handlers.
/// This is useful when you want to soft-restart your application.
public void RemoveAllEventHandlers() {
OnEntityAdded = null;
OnEntityRemoved = null;
OnEntityUpdated = null;
}
Yet, I cannot seem to find it being used anywhere. Is this intended (documentation out-of-date)?
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Todo