Show / Hide Table of Contents

Class MixThemeHub

Inheritance
System.Object
Microsoft.AspNetCore.SignalR.Hub
BaseSignalRHub
MixThemeHub
Implements
System.IDisposable
Inherited Members
BaseSignalRHub._auditLogService
BaseSignalRHub.Rooms
BaseSignalRHub.JoinRoom(String)
BaseSignalRHub.SendMessage(SignalRMessageModel)
BaseSignalRHub.SendPrivateMessage(SignalRMessageModel, String, Boolean)
BaseSignalRHub.SendMessageToCaller(SignalRMessageModel)
BaseSignalRHub.SendGroupMessage(SignalRMessageModel, String, Boolean)
BaseSignalRHub.OnConnectedAsync()
BaseSignalRHub.OnDisconnectedAsync(Nullable<Exception>)
Microsoft.AspNetCore.SignalR.Hub.OnDisconnectedAsync(System.Exception)
Microsoft.AspNetCore.SignalR.Hub.Dispose(System.Boolean)
Microsoft.AspNetCore.SignalR.Hub.Dispose()
Microsoft.AspNetCore.SignalR.Hub.Clients
Microsoft.AspNetCore.SignalR.Hub.Context
Microsoft.AspNetCore.SignalR.Hub.Groups
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.SignalR.Hubs
Assembly: mix.signalr.hub.dll
Syntax
public class MixThemeHub : BaseSignalRHub, IDisposable

Constructors

| Improve this Doc View Source

MixThemeHub(AuditLogService)

Declaration
public MixThemeHub(AuditLogService auditLogService)
Parameters
Type Name Description
AuditLogService auditLogService

Implements

System.IDisposable
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾