Show / Hide Table of Contents

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.

Back to top Copyright © 2017 - 2023 Tomasz Pęczek