Show / Hide Table of Contents

Class AbpHub<T>

Inheritance
object
Microsoft.AspNetCore.SignalR.Hub
Microsoft.AspNetCore.SignalR.Hub<T><T>
AbpHub<T>
Implements
System.IDisposable
Inherited Members
Microsoft.AspNetCore.SignalR.Hub<T>.Clients
Microsoft.AspNetCore.SignalR.Hub.OnConnectedAsync()
Microsoft.AspNetCore.SignalR.Hub.OnDisconnectedAsync(System.Exception)
Microsoft.AspNetCore.SignalR.Hub.Dispose(bool)
Microsoft.AspNetCore.SignalR.Hub.Dispose()
Microsoft.AspNetCore.SignalR.Hub.Context
Microsoft.AspNetCore.SignalR.Hub.Groups
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.SignalR
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
public abstract class AbpHub<T> : Hub<T>, IDisposable where T : class
Type Parameters
Name Description
T

Constructors

AbpHub()

Declaration
protected AbpHub()

Properties

AuthorizationService

Declaration
protected IAuthorizationService AuthorizationService { get; }
Property Value
Type Description
Microsoft.AspNetCore.Authorization.IAuthorizationService

Clock

Declaration
protected IClock Clock { get; }
Property Value
Type Description
IClock

CurrentTenant

Declaration
protected ICurrentTenant CurrentTenant { get; }
Property Value
Type Description
ICurrentTenant

CurrentUser

Declaration
protected ICurrentUser CurrentUser { get; }
Property Value
Type Description
ICurrentUser

L

Declaration
protected IStringLocalizer L { get; }
Property Value
Type Description
Microsoft.Extensions.Localization.IStringLocalizer

LazyServiceProvider

Declaration
public IAbpLazyServiceProvider LazyServiceProvider { get; set; }
Property Value
Type Description
IAbpLazyServiceProvider

LocalizationResource

Declaration
protected Type LocalizationResource { get; set; }
Property Value
Type Description
System.Type

Logger

Declaration
protected ILogger Logger { get; }
Property Value
Type Description
Microsoft.Extensions.Logging.ILogger

LoggerFactory

Declaration
protected ILoggerFactory LoggerFactory { get; }
Property Value
Type Description
Microsoft.Extensions.Logging.ILoggerFactory

ServiceProvider

Declaration
public IServiceProvider ServiceProvider { get; set; }
Property Value
Type Description
System.IServiceProvider

StringLocalizerFactory

Declaration
protected IStringLocalizerFactory StringLocalizerFactory { get; }
Property Value
Type Description
Microsoft.Extensions.Localization.IStringLocalizerFactory

Methods

CreateLocalizer()

Declaration
protected virtual IStringLocalizer CreateLocalizer()
Returns
Type Description
Microsoft.Extensions.Localization.IStringLocalizer

Implements

System.IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft