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