Owneat Technical Guide main Help

Class RestaurantNotifierHub

Namespace: Restaurant.Infrastructure.Hubs
Assembly: Restaurant.Infrastructure.dll

public class RestaurantNotifierHub : Hub, IDisposable

Inheritance

objectHub ← RestaurantNotifierHub

Implements

IDisposable

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

Task

LeaveGroup\(string\)

public Task LeaveGroup(string groupName)

Parameters

groupName string

Returns

Task

Last modified: 21 May 2024