Enum ServerSentEventsRemoveFromGroupResult
The remove from group results.
Namespace: Lib.AspNetCore.ServerSentEvents
Assembly: Lib.AspNetCore.ServerSentEvents.dll
Syntax
public enum ServerSentEventsRemoveFromGroupResult
Fields
| Name | Description |
|---|---|
| NotFoundGroup | The specified group could not be found. |
| NotInGroup | The client was not part of the group, so no removal occurred. |
| RemovedFromExistingGroup | The client has been removed from an existing group. |