Click or drag to resize

PushMessengerTMessengerGetHubContext Method


Retrieves SignalR Hub context, for the underlying messenger type

Namespace:  Ingeniux.CMS.Models.Messaging
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
public virtual IHubContext GetHubContext()

Return Value

Type: IHubContext
The Hub context from SignalR Global Host
See Also