Class AbpHubContext
Inheritance
AbpHubContext
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
public class AbpHubContext
Constructors
AbpHubContext(IServiceProvider, Hub, MethodInfo, IReadOnlyList<object?>)
Declaration
public AbpHubContext(IServiceProvider serviceProvider, Hub hub, MethodInfo hubMethod, IReadOnlyList<object?> hubMethodArguments)
Parameters
Properties
Hub
Declaration
Property Value
HubMethod
Declaration
public MethodInfo HubMethod { get; }
Property Value
HubMethodArguments
Declaration
public IReadOnlyList<object?> HubMethodArguments { get; }
Property Value
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Extension Methods