allows SignalR to fire message pertaining to changes to listings in real time
Inheritance Hierarchy
HubBase
Hub
RainWorx.FrameWorx.MVC.ControllersListingHub
Namespace: RainWorx.FrameWorx.MVC.Controllers
Assembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public class ListingHub : Hub
The ListingHub type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ListingHub |
Instantiates an instance of the ListingHub class
|
Methods
Name | Description | |
---|---|---|
![]() | OnConnected | (Overrides HubBase.OnConnected.) |
![]() | OnDisconnected | (Overrides HubBase.OnDisconnected(Boolean).) |
![]() | OnReconnected | (Overrides HubBase.OnReconnected.) |
![]() | RegisterEventInterest |
registers interest in the specified event to allow SignalR to fire for a specific listing
|
![]() | RegisterListingInterest |
registers interest in the specified listing to allow SignalR to fire for a specific listing
|
![]() | RegisterMultipleInterest |
Registers interest in all specified groups
|
![]() | RegisterUserName |
registers the username of the user viewing the page to allow SignalR needs to fire to a specific user
|
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also