SignalRGroupAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class that contains parameters needed for group operations. Either the group operation on connectionId or userId is supported. If connectionId and userId are both set, it will be resolved by the following order: 1. ConnectionId 2. UserId
[Newtonsoft.Json.JsonObject]
public class SignalRGroupAction
[<Newtonsoft.Json.JsonObject>]
type SignalRGroupAction = class
Public Class SignalRGroupAction
- Inheritance
-
SignalRGroupAction
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
SignalRGroupAction() |
Properties
Action |
The group action type. |
ConnectionId |
The id of the connection invoked in the group action. |
Endpoints |
The SignalR Service endpoints to which the group action is going to send. If null, all the endpoints will be sent. You can get all the available SignalR Service endpoints with SignalREndpointsAttribute input binding. |
GroupName |
The name of the group invoked in the group action. |
UserId |
The id of the user invoked in the group action. |
Applies to
Azure SDK for .NET