Class RegularHubClass1
Inheritance
RegularHubClass1
Implements
Inherited Members
Namespace: Volo.Abp.AspNetCore.SignalR.SampleHubs
Assembly: Volo.Abp.AspNetCore.SignalR.Tests.dll
Syntax
[DisableConventionalRegistration]
[ExposeServices(new Type[] { typeof(RegularHubClass1) })]
public class RegularHubClass1 : RegularHubBase<RegularHubClass1>, IDisposable
Constructors
RegularHubClass1()
Declaration
public RegularHubClass1()