Class RestaurantNotifierHub
Namespace: Restaurant.Infrastructure.Hubs
Assembly: Restaurant.Infrastructure.dll
public class RestaurantNotifierHub : Hub, IDisposable
Inheritance
Implements
Inherited Members
Hub.OnConnectedAsync\(\), Hub.OnDisconnectedAsync\(Exception?\), Hub.Dispose\(bool\), Hub.Dispose\(\), Hub.Clients, Hub.Context, Hub.Groups, object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Methods
JoinGroup\(string\)
public Task JoinGroup(string groupName)
Parameters
groupName string
Returns
LeaveGroup\(string\)
public Task LeaveGroup(string groupName)
Parameters
groupName string
Returns
Last modified: 21 May 2024