You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > ListingHub Class

ListingHub Class

AuctionWorx 3.5 API
allows SignalR to fire message pertaining to changes to listings in real time
Inheritance Hierarchy

SystemObject
  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

NameDescription
Public methodListingHub
Instantiates an instance of the ListingHub class
Top
Methods

NameDescription
Public methodOnConnected (Overrides HubBase.OnConnected.)
Public methodOnDisconnected (Overrides HubBase.OnDisconnected(Boolean).)
Public methodOnReconnected (Overrides HubBase.OnReconnected.)
Public methodRegisterEventInterest
registers interest in the specified event to allow SignalR to fire for a specific listing
Public methodRegisterListingInterest
registers interest in the specified listing to allow SignalR to fire for a specific listing
Public methodRegisterMultipleInterest
Registers interest in all specified groups
Public methodRegisterUserName
registers the username of the user viewing the page to allow SignalR needs to fire to a specific user
Top
Extension Methods

NameDescription
Public Extension MethodToMvcHtmlString
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.)
Top
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.