@@ -84,6 +84,7 @@ protected HubCallerContext() { }
84
84
}
85
85
public static partial class HubClientsExtensions
86
86
{
87
+ public static T AllExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , System . Collections . Generic . IEnumerable < string > excludedConnectionIds ) { throw null ; }
87
88
public static T AllExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string excludedConnectionId1 ) { throw null ; }
88
89
public static T AllExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string excludedConnectionId1 , string excludedConnectionId2 ) { throw null ; }
89
90
public static T AllExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string excludedConnectionId1 , string excludedConnectionId2 , string excludedConnectionId3 ) { throw null ; }
@@ -92,6 +93,7 @@ public static partial class HubClientsExtensions
92
93
public static T AllExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string excludedConnectionId1 , string excludedConnectionId2 , string excludedConnectionId3 , string excludedConnectionId4 , string excludedConnectionId5 , string excludedConnectionId6 ) { throw null ; }
93
94
public static T AllExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string excludedConnectionId1 , string excludedConnectionId2 , string excludedConnectionId3 , string excludedConnectionId4 , string excludedConnectionId5 , string excludedConnectionId6 , string excludedConnectionId7 ) { throw null ; }
94
95
public static T AllExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string excludedConnectionId1 , string excludedConnectionId2 , string excludedConnectionId3 , string excludedConnectionId4 , string excludedConnectionId5 , string excludedConnectionId6 , string excludedConnectionId7 , string excludedConnectionId8 ) { throw null ; }
96
+ public static T Clients < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , System . Collections . Generic . IEnumerable < string > connectionIds ) { throw null ; }
95
97
public static T Clients < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string connection1 ) { throw null ; }
96
98
public static T Clients < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string connection1 , string connection2 ) { throw null ; }
97
99
public static T Clients < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string connection1 , string connection2 , string connection3 ) { throw null ; }
@@ -100,6 +102,7 @@ public static partial class HubClientsExtensions
100
102
public static T Clients < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string connection1 , string connection2 , string connection3 , string connection4 , string connection5 , string connection6 ) { throw null ; }
101
103
public static T Clients < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string connection1 , string connection2 , string connection3 , string connection4 , string connection5 , string connection6 , string connection7 ) { throw null ; }
102
104
public static T Clients < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string connection1 , string connection2 , string connection3 , string connection4 , string connection5 , string connection6 , string connection7 , string connection8 ) { throw null ; }
105
+ public static T GroupExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , System . Collections . Generic . IEnumerable < string > excludedConnectionIds ) { throw null ; }
103
106
public static T GroupExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string groupName , string excludedConnectionId1 ) { throw null ; }
104
107
public static T GroupExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string groupName , string excludedConnectionId1 , string excludedConnectionId2 ) { throw null ; }
105
108
public static T GroupExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string groupName , string excludedConnectionId1 , string excludedConnectionId2 , string excludedConnectionId3 ) { throw null ; }
@@ -108,6 +111,7 @@ public static partial class HubClientsExtensions
108
111
public static T GroupExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string groupName , string excludedConnectionId1 , string excludedConnectionId2 , string excludedConnectionId3 , string excludedConnectionId4 , string excludedConnectionId5 , string excludedConnectionId6 ) { throw null ; }
109
112
public static T GroupExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string groupName , string excludedConnectionId1 , string excludedConnectionId2 , string excludedConnectionId3 , string excludedConnectionId4 , string excludedConnectionId5 , string excludedConnectionId6 , string excludedConnectionId7 ) { throw null ; }
110
113
public static T GroupExcept < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string groupName , string excludedConnectionId1 , string excludedConnectionId2 , string excludedConnectionId3 , string excludedConnectionId4 , string excludedConnectionId5 , string excludedConnectionId6 , string excludedConnectionId7 , string excludedConnectionId8 ) { throw null ; }
114
+ public static T Groups < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , System . Collections . Generic . IEnumerable < string > groupNames ) { throw null ; }
111
115
public static T Groups < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string group1 ) { throw null ; }
112
116
public static T Groups < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string group1 , string group2 ) { throw null ; }
113
117
public static T Groups < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string group1 , string group2 , string group3 ) { throw null ; }
@@ -116,6 +120,7 @@ public static partial class HubClientsExtensions
116
120
public static T Groups < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string group1 , string group2 , string group3 , string group4 , string group5 , string group6 ) { throw null ; }
117
121
public static T Groups < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string group1 , string group2 , string group3 , string group4 , string group5 , string group6 , string group7 ) { throw null ; }
118
122
public static T Groups < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string group1 , string group2 , string group3 , string group4 , string group5 , string group6 , string group7 , string group8 ) { throw null ; }
123
+ public static T Users < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , System . Collections . Generic . IEnumerable < string > userIds ) { throw null ; }
119
124
public static T Users < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string user1 ) { throw null ; }
120
125
public static T Users < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string user1 , string user2 ) { throw null ; }
121
126
public static T Users < T > ( this Microsoft . AspNetCore . SignalR . IHubClients < T > hubClients , string user1 , string user2 , string user3 ) { throw null ; }
0 commit comments