registers interest in the specified listing to allow SignalR to fire for a specific listing
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public void RegisterListingInterest( int? listingID )
Parameters
- listingID
- Type: SystemNullableInt32
ID of the specified listing
See Also