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.6.492
Syntax
public virtual IHubContext GetHubContext()

Return Value

IHubContext
The Hub context from SignalR Global Host
See Also