Enum ServerSentEventsAddToGroupResult
The add to group results.
Namespace: Lib.AspNetCore.ServerSentEvents
Assembly: Lib.AspNetCore.ServerSentEvents.dll
Syntax
public enum ServerSentEventsAddToGroupResult
  Fields
| Name | Description | 
|---|---|
| AddedToExistingGroup | The client has been added to an existing group.  | 
      
| AddedToNewGroup | The client has been added to a new group.  |