Click or drag to resize

ITopicTPublish Method

Publishes the message to all subscribers of this topic

Namespace:  Hazelcast.Core
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax
void Publish(
	T message
)

Parameters

message
Type: T
See Also