| IPubnubServicePublish Method  | 
 
            Used to send a message to all subscribers of a channel. A successfully published message is replicated across the PubNub Real-Time Network 
            and sent simultaneously to all subscribed clients on a channel.
            
 
    Namespace: 
   NetQuarry.Services.Pubnub
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxvoid Publish(
	string channelName,
	Message message
)
Sub Publish ( 
	channelName As String,
	message As Message
)
Parameters
- channelName
- Type: SystemString
 The channel to which to publish.
- message
- Type: NetQuarry.Services.PubnubMessage
 The message to publish.
 See Also
See Also