Class PortalHub
Implements
System.IDisposable
Inherited Members
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 PortalHub : BaseSignalRHub, IDisposable
Constructors
| Improve this Doc View SourcePortalHub(AuditLogService)
Declaration
public PortalHub(AuditLogService auditLogService)
Parameters
Type | Name | Description |
---|---|---|
AuditLogService | auditLogService |
Implements
System.IDisposable