Class AbpSignalRConventionalRegistrar
Inheritance
AbpSignalRConventionalRegistrar
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
public class AbpSignalRConventionalRegistrar : DefaultConventionalRegistrar, IConventionalRegistrar
Constructors
AbpSignalRConventionalRegistrar()
Declaration
public AbpSignalRConventionalRegistrar()
Methods
GetDefaultLifeTimeOrNull(Type)
Declaration
protected override ServiceLifetime? GetDefaultLifeTimeOrNull(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Overrides
IsConventionalRegistrationDisabled(Type)
Declaration
protected override bool IsConventionalRegistrationDisabled(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Overrides
Implements
Extension Methods