Interface IAbpHubContextAccessor
Namespace: Volo.Abp.AspNetCore.SignalR
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
public interface IAbpHubContextAccessor
Properties
Context
Declaration
AbpHubContext Context { get; }
Property Value
| Type | Description |
|---|---|
| AbpHubContext |
Methods
Change(AbpHubContext)
Declaration
IDisposable Change(AbpHubContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpHubContext | context |
Returns
| Type | Description |
|---|---|
| IDisposable |