  | ITopicTPublish Method  | 
 Publishes the message to all subscribers of this topic
 
    Namespace: 
   Hazelcast.Core
    Assembly:
   Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.10
Syntaxvoid Publish(
	T message
)
Sub Publish ( 
	message As T
)
void Publish(
	T message
)
abstract Publish : 
        message : 'T -> unit 
Parameters
- message
 - Type: T
 
See Also