Sends a message to the specified channel.
Namespace:
NetQuarry.Services.Pubnub
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static void SendPush(
IAppContext appCxt,
string channel,
Message message
)
Public Shared Sub SendPush (
appCxt As IAppContext,
channel As String,
message As Message
)
Parameters
- appCxt
- 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. - message
- Type: NetQuarry.Services.PubnubMessage
The payload to send to the channel
See Also