Send an alert to the user.
The alert typically should be delivered to the EAP.OnPubNub() javascript method for dispatch to EAP.DeliverMsg().
Namespace:
NetQuarry.Services.Pubnub
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void SendAlert(
IAppContext cxt,
string channel,
Alert alert
)
Public Shared Sub SendAlert (
cxt As IAppContext,
channel As String,
alert As Alert
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context. - channel
- Type: SystemString
The channel to which to send. Often this is the guid of the user to whom to send the PubNub msg. - alert
- Type: NetQuarry.ServicesAlert
The alert to send.
See Also