Class AbpAuditHubFilter
Inheritance
object
AbpAuditHubFilter
Implements
Microsoft.AspNetCore.SignalR.IHubFilter
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.SignalR.Auditing
Assembly: Volo.Abp.AspNetCore.SignalR.dll
Syntax
public class AbpAuditHubFilter : IHubFilter
Constructors
AbpAuditHubFilter()
Declaration
public AbpAuditHubFilter()
Methods
InvokeMethodAsync(HubInvocationContext, Func<HubInvocationContext, ValueTask<object>>)
Declaration
public virtual ValueTask<object> InvokeMethodAsync(HubInvocationContext invocationContext, Func<HubInvocationContext, ValueTask<object>> next)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.SignalR.HubInvocationContext | invocationContext | |
| System.Func<T, TResult><Microsoft.AspNetCore.SignalR.HubInvocationContext, System.Threading.Tasks.ValueTask<TResult><object>> | next |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.ValueTask<TResult><object> |
Implements
Microsoft.AspNetCore.SignalR.IHubFilter